.legal {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.legal a {
  color: var(--lime);
  font-weight: 700;
}

.legal a:hover,
.legal a:focus-visible {
  text-decoration: underline;
}

/* Reserva espacio para que el acceso flotante no cubra los créditos. */
footer {
  padding-bottom: 100px;
}

@media (max-width: 560px) {
  footer {
    padding-bottom: 105px;
  }
}
