a{
    text-decoration: none;
    color: red;
    padding-top: 1rem;
}
a:hover{
    color: darkblue;
}