  footer {
    width: min(100%, var(--max-width));
    font-weight: lighter;
  }

  footer ul {
    background-color: var(--color-footer-background);
    padding: 0.05em;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    font-size: 0.9em;
  }

  footer a {
    text-decoration: none;
    display: inline-block;
    margin: var(--space-md) 0;
    font-weight: lighter;
  }

