a {
    background-color: darkgrey;
    color: white;
    padding: 7px 13px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
a:hover {
    background-color: black;
}