.FooterMenu {
  display: flex;
  flex-flow: row;
  justify-content: center;
  margin-top: 20px;
  text-align: center;
}

.FooterMenu a {
  padding: 0 10px;
  border-right: 2px solid var(--clr-primary);
  color: #ffffff;
}

.FooterMenu a:first-child {
    margin-left: 10px;
  }

.FooterMenu a:last-child {
    border-right: none;
  }
