html,
body {
  background: white;
  font-family: system-ui, sans-serif;
  text-align: center;
}

header {
  margin-top: 4rem;
  margin-bottom: 4rem;

  img {
    filter: brightness(140%);
  }
}

footer {
  margin-top: 8rem;
}

nav ul {
  display: flex;
  padding: 0;
  gap: 1rem;
  margin: 2rem auto;
  width: min-content;

  li {
    list-style-type: none;
  }
}

h2 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

p {
  line-height: 1.4;
}
