body {
  margin: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: system-ui, sans-serif;
  background: #0f172a;
  color: #f8fafc;
}

h1 {
  font-size: 2rem;
  font-weight: 600;
}
