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

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

