.home-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #ffde0d;
}
.home-container2 {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-image {
  width: 300px;
  object-fit: cover;
}
.home-text {
  font-size: 1em;
  font-style: normal;
  margin-top: 50px;
  font-family: "Fira Sans";
  font-weight: 500;
  text-transform: uppercase;
}
