.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-select {
  top: 0px;
  left: 0px;
  position: absolute;
}
.home-image {
  width: 1167px;
  height: 999px;
  object-fit: cover;
}
