.sethite {
  height: 100%;
}

.bodyprops {
  background: radial-gradient(#292655, #fefefc 100%);
}

@media (max-width: 399px) {
  .placeitmob {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
  }
}

@media (min-width: 400px) {
  .placeit {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 95%;
  }
}

