a
{
    color: #2F4F4F;
    text-decoration: none;
    font-size: 25px;
    padding: 8px;

}
a:hover{
    background-color: #2F4F4F;
    color: black;
}
h1{
    
    color: grey;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: unset;
}
.footer a
{
    font-size: 15px;
    background-color: grey;
    text-decoration: none;
    font-family: 'Times New Roman', Times, serif;

}
.footer a:hover{
    color: red;
}
