body{
    font-family: "roboto";
    margin:0;
}

button{
   font-family: "roboto";
}

footer{

    background-color:#353535 ;
    padding-left: 20px;
    padding-bottom: 20px;
    
 }
 
 footer a{
    text-decoration: none;
    color: white;
 }
 
 footer p{
 
    color: white;
 }
 
 footer img{
 
    filter: invert(1);
    width: 80px;
    padding-top: 20px;
 }
 
 .footer-icon{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: -20px;
    
 }
 
 footer i{
    color:#fff;
 }
 
 .fa-utensils , .fa-handshake-angle{
 
    margin-right: 10px;
 }
 