footer a {
  color: var(--text-secondary-color) !important;
  text-decoration: none;
}

footer a:hover {
  color: var(--text-secondary-color) !important;
  text-decoration: underline;
}

