body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1 { color: #2c3e50; font-size: 2.5em; border-bottom: 2px solid #e74c3c; padding-bottom: 10px; }
        h2 { color: #e74c3c; font-size: 1.8em; margin-top: 30px; }
        h3 { color: #3498db; font-size: 1.4em; margin-top: 25px; }
        .logo { font-size: 2em; font-weight: bold; color: #e74c3c; text-shadow: 1px 1px 2px #000; }
        .nav { background-color: #2c3e50; padding: 10px; position: sticky; top: 0; z-index: 100; }
        .nav a { color: white; text-decoration: none; margin: 0 15px; }
        .mobile-nav-toggle { display: none; background: #e74c3c; color: white; border: none; padding: 10px; cursor: pointer; }
        .download-btn, .login-btn { display: inline-block; background: #2ecc71; color: white; padding: 10px 20px; margin: 10px 0; border-radius: 5px; text-decoration: none; font-weight: bold; }
        .login-btn { background: #3498db; }
        img { max-width: 100%; height: auto; margin: 20px 0; }
        .tags { margin: 20px 0; }
        .tag { display: inline-block; background: #f1c40f; color: #333; padding: 5px 10px; margin: 5px; border-radius: 3px; text-decoration: none; }
        .footer { margin-top: 50px; padding: 20px; background: #2c3e50; color: white; text-align: center; }
        @media (max-width: 768px) {
            .nav { display: none; }
            .nav.active { display: block; }
            .mobile-nav-toggle { display: block; }
            h1 { font-size: 2em; }
            h2 { font-size: 1.5em; }
        }
