.sethite {
  height: 100%;
}

.bodyprops {
  background: url("../../assets/img/FlameBak-01-1920.webp") center / cover no-repeat;
  background-attachment: fixed;
}

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

