footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  background-color: var(--wp--preset--color--primary);
}

footer>* {
  color: var(--wp--preset--color--white);
}



footer a {
  text-decoration: none;
}

footer img {
  height: 75px;
}
