

footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: var(--secondary-color);
  text-decoration: none;
  }