.site-footer {
  text-align: center;
  padding: 20px;
  background: var(--surface);
  font-size: 14px;
  color: var(--muted);
}

.site-footer .footer-links a {
  color: var(--muted);
  text-decoration: none;
  margin: 0 10px;
}

.site-footer .footer-links a:hover {
  text-decoration: underline;
}

