*{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    
    
}
img{
    max-width: 100%;
}
a{
    text-decoration: none;
}
.mt-5.row {
    width: 1140px;
    margin: 0 auto;
}

/* Responsive  */

@media only screen and (max-width:992px){
    .developer-photo{display: none;}  
  } 

  @media only screen and (max-width:768px){
    .excel{display: none;}  
  } 
  @media only screen and (max-width:576px){
    #answere .ans{
        display: block;
    }
  } 