.bodyprops {
  background: var(--bs-emphasis-color);
  height: 100%;
}

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

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

