.placeit {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
}

.bodyprops {
  background: radial-gradient(#ea5907, #f7c134);
}

.sethite {
  height: 100%;
}

