/* Reset Styles */ * { margin: 0; padding: 0; } body { font-family: Arial, sans-serif; line-height: 1.6; color: #333; } header, main, footer { padding: 20px; } main { max-width: 800px; margin: auto; background-color: #f5f5f5; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); } .content { break-inside: avoid; /* Prevents splitting of content across pages */ } button { padding: 10px 20px; font-size: 1em; cursor: pointer; } button:hover { opacity: 0.9; } /* Responsive Design */ @media (max-width: 600px) { header, main, footer { padding: 10px; } }