footer {
  text-align: center;
  font-size: smaller;
}

footer a {
  text-decoration: none;
  color: black
}

@media (pointer: fine) {
  footer a:hover {
    color: var(--stylised-text-light);
  }
}
