/* 2. style.css */
body { font-family: sans-serif; text-align: center; background: #f0f0f0; }
header { background: #333; color: #fff; padding: 1rem; }
button { margin-top: 20px; padding: 10px 20px; cursor: pointer; }
