footer {
  text-align: center;
  margin: 2em 0 1em;
  font-size: 0.8em;
  color: var(--color-text-muted);

  a {
    color: var(--color-link);
    text-decoration: none;

    &:hover {
      text-decoration: underline;
      text-decoration-thickness: 0.1em;
      text-underline-offset: 0.1em;
    }
  }
}

.about {
  max-width: 28em;
  margin: 2em auto;

  a {
    color: var(--color-link);
    text-decoration: none;
    &:hover {
      text-decoration: underline;
      text-decoration-thickness: 0.1em;
      text-underline-offset: 0.1em;
    }
  }

  h1 {
    margin-bottom: 0.75em;
  }

  ul {
    list-style: square;
    padding: 2em;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
  }
}
