:root {
  color-scheme: light;
  font-family: ui-sans-serif, system-ui, sans-serif;
  color: #17191d;
  background: #f6f7f8;
}

body {
  min-height: 100vh;
  display: grid;
  place-items: center;
  margin: 0;
}

main {
  max-width: 480px;
  display: grid;
  gap: 8px;
  padding: 24px;
  text-align: center;
}

strong {
  font-size: 16px;
}

span {
  color: #727985;
  font-size: 12px;
  line-height: 1.6;
}
