body { font-family: system-ui, sans-serif; background: #111; color: #eee;
       display: grid; place-items: center; min-height: 100vh; margin: 0; }
h1 { border-bottom: 3px solid #4ade80; }
