body{
    font-family: 'Times New Roman';
    overflow-x: hidden ;
    background-color: #edf0f4;
}

h1{
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    width: 400px;
    
}

nav{
 margin-top: 20px;
}

#counter{
    margin-top: 20px;
    border-radius: 3px;
    text-align: center;
    background-color: white;
}

.aboutus{
  background-color: white;
  padding: 6px;
  border-radius: 5px;
  
}
footer{
      text-align:center; 
      font-family: 'Times New Roman';
      font-size: small;
     }

a{
color: black;
text-decoration: none;
}

div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
  }
  
  div.gallery:hover {
    border: 1px solid #777;
  }
  
  div.gallery img {
    width: 100%;
    height: auto;
  }
  
  div.desc {
    padding: 15px;
    text-align: center;
  }