footer {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

footer a {
  text-decoration: none;
  color: var(--color-foreground);
}

footer .footer__links,
footer .footer__payment {
  display: flex;
  gap: 1rem;
}
