/* copyright stuffs.. */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body {
    background-color: rgb(77, 74, 74);
  font-family: 'Open Sans', 'sans-serif';
  background-image: url(imgs/bg-img.jpg);
  
  
}



p {
    text-align: center;
    color: #55acee;
    padding-top: 20px;
  }
  
  .top{
       
       background-color: rgb(88, 87, 88);
   padding: 20px 10px;
   margin: 0px;
      display: flex;
  
     
  
   }
   .top h1{
     display: flex;
     align-items: center;
     text-align: center;
     font-size: 25px;
  
     
   }
   .logo{
       width: 70px;
       border-radius: 50%;
       height: auto;
   }
   .heading{
   margin: auto;
   }

   @media(max-width:500px){
    .logo{
        width: 60px;
        border-radius: 50%;
        height: auto;
   
   
    }

    .top h1{
      font-size: 14px;
    }
   }