.footer {
    border-top: #3E434A 5px solid;
   
    width: 100%;
}

.footer a{
    color: blanchedalmond;
    
}
.footer a:hover{
    color: gray;
}