footer {  
    background: #376096;  
     color: white;  
     margin-top:5em;  
   }  

footer a {  
    color: #fff;  
    font-size: 14px;  
    transition-duration: 0.2s;  
}  

footer a:hover {  
    color: #FA944B;  
    text-decoration: none;  
}  