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

a:hover {
  color: black;
  text-decoration: underline;
}
