body {
  margin: 0;
  background: #f6f6f3;
  color: #202124;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

main {
  width: min(760px, calc(100% - 48px));
  margin: 80px auto;
}

h1 {
  font-size: 42px;
  margin-bottom: 12px;
}

section {
  margin: 48px 0;
}

nav {
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid #d8d8d4;
}

a {
  color: inherit;
  margin-right: 24px;
}
