
.advir{
    color: var(--black);
    text-decoration: none;
font-size: 1.1rem;
font-weight: 400;
}
.advir:hover{
    color: var(--red);
}