.head-btn{
    background-color: white;
    padding: 1em;
    border: solid 2px rgba(10, 54, 101, 1);
    border-radius: 5px;
    margin-top: 1em;
    color: rgba(10, 54, 101, 1);
}

.head-btn:hover{
    background-color: rgba(10, 54, 101, 1);
    color: white;
}

a{
    text-decoration: none;
}


.footer-contact{
    color: #7F8499;
}


.footer-contact:hover{
    color: #7F8499;
}

