.source-link,
footer a {
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid var(--acid);
  padding: 5px 0;
}

.source-link:hover,
footer a:hover {
  color: var(--acid);
}

footer a {
  align-self: center;
  white-space: nowrap;
}

@media (max-width: 800px) {
  footer a {
    width: max-content;
  }
}
