.sethite {
  height: 100%;
}

.bodyprops {
  background: url("../../assets/img/blood%20spattered%20wall_gimp-nobak.webp") center / cover no-repeat;
  background-attachment: fixed;
}

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

