.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #280b37;
}
.home-text {
  width: 152px;
  height: 43px;
  min-width: auto;
  min-height: 100%;
  font-family: Verdana;
}
.home-text1 {
  color: #ff6338;
}
.home-text2 {
  color: #000000;
  text-transform: capitalize;
}
.home-text3 {
  color: #ff8800;
}
.home-image {
  width: 244px;
  object-fit: cover;
}
