footer .footer-credit {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .2s ease;
}

footer .footer-credit:hover {
  color: var(--pink);
}
