.bodyprops {
  background: var(--bs-black);
  color: var(--bs-white);
  font-family: Prototype;
}

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

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

