/* placeholder — full styling lands in the next commit */

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

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: #0a0a0a;
  color: #e5e5e5;
  min-height: 100vh;
  display: grid;
  place-items: center;
}

main {
  text-align: center;
}

h1 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

p {
  color: #888;
  font-size: 1rem;
}