.link {
  color: var(--accent);
  text-decoration: none;
}

.link:hover { text-decoration: underline; }


