* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: system-ui, -apple-system, sans-serif;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
  color: #fff;
}

main {
  text-align: center;
}

h1 {
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}
