.home-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.home-link {
  display: contents;
}
.home-container2 {
  flex: 0 0 auto;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  text-decoration: none;
}
.home-image1 {
  width: 100%;
  height: 50%;
  object-fit: cover;
}
.home-image2 {
  width: 100%;
  height: 50%;
  object-fit: cover;
}
.home-image3 {
  top: 24px;
  left: 0px;
  right: 0px;
  width: 200px;
  bottom: 0px;
  margin: auto;
  position: absolute;
  object-fit: cover;
}
