
a{
    color: var(--highlight-color);
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}