.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 18px}
.footer-links a{color:#d1d5d5;text-decoration:none}
.footer-links a:hover,.footer-links a:focus-visible{color:var(--teal)}
@media(max-width:800px){
  .site-footer:has(.footer-links){align-items:flex-start;gap:20px}
  .footer-links{justify-content:flex-start}
}
