.footer-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  column-gap: 10px;
  align-items: center;
  margin: 0;
}
.footer-menu > li {
  margin-bottom: .5rem;
  margin-top: .5rem;
}