a:link {
    color: var(--accentColor);
}

a:visited {
    color: brown;
}

a:hover {
    text-decoration: none;
}

a:active {
    color: #BA223B;
}