h1, p {
  color: #333;
  text-align: center;
  margin: 0;
  padding-top: 10px;
  position: relative;
  z-index: 3; /* Ensure these elements are above the background */
}

footer {
  display: block;
  margin: 10rem auto;
  
  
   
}
.custom-button{
  font-size: 24px;
}
main {
  display: block;
  text-align: center;
}



.unity-desktop {
  text-align: center;
  z-index: 2; /* Ensure it's above other elements if needed */
  position: relative; /* Relative positioning */
  margin-top: 20px; /* Spacing below h1 and p */
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}




