a {
  color: var(--bs-warning);
  text-decoration: underline;
}

a:hover {
  color: var(--bs-yellow);
}

