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

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

.sethite {
  height: 100%;
}

.bodyprops {
  background: radial-gradient(#f3684b, #424a4d);
}

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

