.links-button {
    color: rgb(71, 71, 71);
    border: none;
    font-size: medium;
    font-weight: bold;
    text-decoration: none;
}
.links-button:hover {
    color: rgb(116, 116, 116);
    transition: color 0.1s ease;
}