footer {
  gap: 24px;
}

footer a {
  font-weight: 700;
}

footer a:hover {
  color: var(--green);
}

.footer-credit {
  text-align: center;
}

.footer-credit b {
  color: #d94f62;
  font-size: 14px;
}

@media (max-width: 560px) {
  footer {
    flex-direction: column;
    gap: 10px;
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
  }
}
