.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-color: 000000;
}
 
.home-image {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  background-color: 000000;
}
