.bodyprops {
  background: url("../../assets/img/Cheesy4_upscayl_3x_realesrgan-x4plus.webp") center / cover no-repeat fixed, #fec81d;
  height: 100%;
}

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

.placeit2 {
  margin: auto;
  display: block;
}

.img-fluid {
  max-width: 100%;
  height: 100vh;
}

