.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: auto;
  }

body {
   margin: 0;
   font-family: Arial, Helvetica, sans-serif;
 }


.topnav {
   overflow: hidden;
   background-color: #5e1818;
 }
  
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 30px;
 }
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .topnav a.active {
    background-color: #aa9704;
    color: white;
  }

.pcenter {
    text-align: center;
}

.hours {
    overflow: hidden;
    background-color: #8e2626;
    text-align: center;
    color: white;
    font-size: 30px;
  }

 .address {
    overflow: hidden;
    background-color: #6b8e26;
    text-align: center;
    color: white;
    font-size: 30px;
  }

  .button {
    background-color: #04AA6D; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 16px;
    margin-left:100px;
    margin-right:100px; 
    font-size: 35px;
    border-radius: 25px;
  }


  .floating {
    background: no-repeat scroll 0 0 transparent;
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    z-index: 9999;
 }
