a {
    color: var(--main-accent);
}

nav a {
    text-decoration: none;
}

nav a:hover {
    text-decoration: underline;
}