.sethite {
  height: 100%;
}

.bodyprops {
  background: radial-gradient(#ba5a14, #96abbb);
}

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

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

