:root{
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}
body {
  max-width: 800px;
  margin: auto;
  padding: 20px;
}
footer {
  color: #555;
}