.link-category {
    padding: 3px;
    color: black;
    text-decoration: none;
}
.link-category:hover {
    text-decoration: none;
    background-color: antiquewhite;
}
