a {
  text-decoration: none;
  color: #004e6f;
  font-weight: 300;
}

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

