html, body { height: 100%; margin: 0; }
body { display: grid; place-items: center; background: #0B0B0C; color: #F5F1E8;
       font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, sans-serif; }
