footer {
  background-color: #7033e8ff;
  color: #F7F7F7;
  padding: 2rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  font-size: 14px;

  span {
    justify-self: center;
    font-weight: 700;
  }

  i {
    color: #F7F7F7;
    font-size: 18px;
  }
}

.footer-pages {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  a {
    color: #F7F7F7;
  }
}

.affil {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
