body { font-family: Arial, sans-serif; line-height: 1.6; margin: 20px; color: #333; background-color: #f4f4f4; } h1, h2, h3 { color: #0056b3; } h1 { font-size: 2.5em; text-align: center; margin-bottom: 20px; } h2 { font-size: 1.8em; margin-top: 30px; } h3 { font-size: 1.4em; margin-top: 20px; } p { margin-bottom: 15px; text-align: justify; } img { max-width: 100%; height: auto; display: block; margin: 0 auto; /* Center the image */ } .image-description { text-align: center; font-style: italic; color: #777; margin-bottom: 15px; } ul { margin-bottom: 15px; } li { margin-bottom: 5px; } a { color: #007bff; text-decoration: none; } a:hover { text-decoration: underline; } /* Responsive Design */ @media (max-width: 768px) { body { margin: 10px; } h1 { font-size: 2em; } h2 { font-size: 1.6em; } h3 { font-size: 1.2em; } } /* Newspaper Style (Random Colors - Example) */ body { background-color: #f9f9f9; } h1 { color: #2c3e50; } h2 { color: #3498db; } h3 { color: #e74c3c; } p { color: #34495e; } /* More random color examples (feel free to customize) */ .section1 { background-color: #ecf0f1; padding: 20px; margin-bottom: 20px; } .section2 { background-color: #d4edda; padding: 20px; margin-bottom: 20px; } .section3 { background-color: #f8d7da; padding: 20px; margin-bottom: 20px; } .section4 { background-color: #e2e4fb; padding: 20px; margin-bottom: 20px; } .section5 { background-color: #fff3cd; padding: 20px; margin-bottom: 20px; }