.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-image: radial-gradient(circle at center, rgb(189, 195, 199) 0.00%,rgb(172, 71, 21) 63.00%);
}
.home-image {
  width: 290px;
  height: 284px;
  object-fit: cover;
}
.home-text {
  color: rgb(255, 255, 255);
  margin-top: 10px;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
}
.home-text3 {
  color: rgb(255, 255, 255);
  font-style: normal;
  margin-top: 0px;
  text-align: center;
  font-weight: 600;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
}
.home-container2 {
  display: contents;
}
