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

body {
  font-family: 'Sriracha', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: #000;
  color: #fff;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero h1 {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}