
body {
  background-color: white;
  background-image: url(/img/aqua-temple.jpeg);
  background-repeat: no-repeat;
  background-size: 100%, 100%;
  background-position: center;
  color: black;
}

#mainh1{
  background-color: red;
  width: fit-content;
  text-align: center;
  
  padding: 10px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}