.bodyprops {
  background: var(--bs-black);
}

.image2 {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100vh;
}

#playButton {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px 20px;
  background-color: #000000;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  z-index: 2;
}

