.btnHover:hover {   
    background-color: var(--bs-fidelitas);
    color: white;
    opacity: 1;
}

a{
    text-decoration: none;
}