﻿html, body {
    font-family: "Roboto", sans-serif;
    color: rgb(0, 0, 0);
    font-size: 20px;
}

/* All link states */
a,
a:visited,
a:hover,
a:active,
a:focus {
    color: rgba(0, 0, 0);
    text-decoration: none; /* optional */
}

/* Optional: add a hover effect */
a:hover {
    opacity: 0.8; /* subtle visual feedback */
}

