/* minimal stylesheet to ensure proper Content-Type and avoid 404 */
html, body { height: 100%; }
body { margin: 0; background-color: #111111; color: #ffffff; font-family: Poppins, sans-serif; }

