.top_nav---695543173fdfd{

    a {
        text-decoration: none;
        font-weight: bold;
        font-size: 1.3rem;
        color: var(--clr-brot);
    }

    a.active {
        text-decoration: var(--clr-accent) double underline 3px;
    }

    a:hover {
        color: var(--clr-brot-70);
        background-color: transparent;
    }

}
