:root {
  --bg: #121417;
  --fg: #f2f5f7;
  --accent: #1e7dfb;
}

body {margin:0;font-family:system-ui, sans-serif;background:var(--bg);color:var(--fg);display:grid;place-items:center;min-height:100vh;text-align:center;}
h1 {font-size:3rem;margin-bottom:.5em;}
.btn {display:inline-block;padding:.7em 1.4em;margin-top:1em;border-radius:6px;background:var(--accent);color:#fff;text-decoration:none;font-weight:600;}
.btn:hover {filter:brightness(1.1);}
