.centrit {
  text-align: center;
}

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

@media (max-width: 999px) {
  .placeit {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
  }
}

.bodyprops {
  background: url("../../assets/img/photo-1597200381847-30ec200eeb9a.jpg") center / cover no-repeat;
  background-attachment: fixed;
}

