.ovhmenu{
    background:transparent;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align:center;
    display: inline-block; 
    width:100%;
}
.ovhnav {
  display:inline-block;
  padding:5px 21px;
  color: black;
  background-color:rgba(191, 2, 2, 0.71);
  text-align:center;
  width: 190px;
  border:2px solid black;
  border-radius:10px;
  margin:2px;  
  font-family: "Verdana", sans-serif;
      }
      .h1 {
  color: maroon;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  width: 35%;
  text-align: center;
  border: 2px solid black;
  border-radius: 15px;
  background-color: linen;
  padding: 10px;
  font-family: "Verdana", sans-serif;
  font-weight: bold;
  font-size: 40px;
}
#shrine {
  border:2px transparent;
  width:100%;
  background-color:transparent !important;
  background: rgba(250, 240, 230, 0.75); 
}
@media only screen and (max-width: 768px) {
  .h1 {
    font-size: 20px;
    width:50%;
  }
  }