.bodyprops {
  background: #0a0a0e;
  color: var(--bs-white);
  font-family: Village;
}

.image1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.image2 {
  position: absolute;
  top: 7%;
  width: 100%;
}

