.home-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: flex-end;
  background-size: cover;
  justify-content: center;
  background-image: url("public/unofficial.svg");
}
 
.home-container2 {
  right: 5px;
  width: 493px;
  bottom: 0px;
  height: 375px;
  position: fixed;
}
 
.home-container3 {
  display: contents;
}
 
.home-link {
  display: contents;
}
 
.home-image {
  left: 818px;
  width: 80px;
  bottom: 177px;
  height: 80px;
  position: fixed;
  object-fit: cover;
  text-decoration: none;
}
