footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}

.footer-links a {
  text-decoration: none;
}

.footer-copyright {
  padding-right: 0.5rem;
}

.footer-copyright a {
  text-decoration: none;
}
