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

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

/* Menu */
header .top-bar{
 margin-top: 20px;
 list-style-type: none;
 display: flex;
}

header .top-bar li a{
    padding: 25rem 1rem;
}

header .top-bar li:first-child a{
    padding-left: 0;
}

header .top-bar li:last-child a{
    padding-right: 0;
}

header .top-bar li{
    position: relative;
}

header .top-bar li .sub-menu {
    display: none;
    position: absolute;
    top:100 ;
    left: 0;
    background:#fff ;
    box-shadow: 1px 1px 10px;
}

header .top-bar .menu-item-has-children:hover .sub-menu{
    display: block;
}


/* Menu Finished */

#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;
  }