a:link {
  color: var(--bs-gray-dark);
}

a:visited {
  color: var(--bs-gray);
}

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

