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

body {
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #0f0f0f;
    color: #fff;
}

main { text-align: center; }

h1 { font-size: 3rem; margin-bottom: 1rem; }

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