:root {
  color-scheme: light;
}

html, body {
  margin: 0;
  font-family: -apple-system, system-ui, sans-serif;
}

.screen {
  max-width: 640px;
  margin: 0 auto;
  padding: 64px 16px;
}
