a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  text-decoration-color: #be0000;
}

a:active {
  text-decoration: none;
  background: var(--bs-body-bg);
  --bs-secondary: #be0d2d;
  background-color: #be0000;
  /*--bs-secondary-rgb: 190,13,45;*/
}

