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

.sethite {
  height: 100%;
}

.bodyprops {
  background: url("../../assets/img/photo-1555848962-6e79363ec58f.webp") center / cover no-repeat;
  background-attachment: fixed;
}

