.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
}
.home-image {
  width: 100%;
  margin: auto;
  max-width: 1500px;
  object-fit: cover;
}
