body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  margin: 2rem;
  max-width: 800px;
}

h1 {
  margin-bottom: 2rem;
}

a,
a:hover,
a:visited {
  color: #0969da;
}
