
html, body { height: 100%; }
body {
    font-family: Poppins, sans-serif;
    background: #000;
    color: white;
    margin: 0;
    text-align: center;
}
/* trimmed for production clarity but fully functional */
