1body { font-family: Arial, sans-serif; background: #111; color: #eee; text-align: center; }2h1 { color: #ffcc00; }3button { padding: 10px 20px; margin: 10px; }4#log { margin-top: 20px; white-space: pre-line; }5