footer .footer-development{
  color:var(--muted);
  font-weight:600;
  text-decoration-line:underline;
  text-decoration-color:transparent;
  text-decoration-thickness:1px;
  text-underline-offset:4px;
  transition:color .2s ease,text-decoration-color .2s ease;
}

footer .footer-development:hover{
  color:var(--primary);
  text-decoration-color:currentColor;
}

footer .footer-development:focus-visible{
  outline:2px solid var(--primary);
  outline-offset:4px;
}

@media(max-width:760px){
  footer{align-items:flex-start;flex-direction:column;gap:4px}
  footer .footer-development{font-size:11px}
}
