
/* styles.css */
body { font-family: Arial, sans-serif; line-height: 1.6; margin: 0; padding: 0; color: #222; }
header { background: #f8f3f0; padding: 20px; text-align: center; border-bottom: 1px solid #e6e1df; }
main { padding: 20px; max-width: 900px; margin: 0 auto; }
h1 { margin: 0 0 10px 0; font-size: 28px; }
h2 { margin-top: 10px; }
article p { text-align: justify; }
ul { list-style: disc; margin-left: 20px; }
footer { text-align: center; padding: 10px; font-size: 14px; color: #666; border-top: 1px solid #e6e1df; }
a { color: #0b66c3; text-decoration: none; }
a:hover { text-decoration: underline; }
