a,
a:link,
a:visited {
    color: #eb4735;
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    color: #000;
}

.title a {
    color: #000;
}
.title a:hover {
    color: var(--red);
}