a {
    text-decoration: none;
    color: var(--bs-body-color);
}

a:hover {
    color: #0b76ac;
    text-decoration: red solid 1px;
}