body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; margin: 0; padding: 0; background-color: #FFF9E6; }
        .container { max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1 { color: #FF4500; text-align: center; margin-bottom: 30px; }
        h2 { color: #FF6347; border-bottom: 2px solid #FFD700; padding-bottom: 5px; margin-top: 40px; }
        h3 { color: #FF8C00; margin-top: 25px; }
        p { margin-bottom: 15px; }
        .download-btn, .login-btn { display: inline-block; background-color: #4CAF50; color: white; padding: 12px 25px; text-align: center; text-decoration: none; font-size: 16px; margin: 10px 5px; border-radius: 5px; }
        .download-btn:hover, .login-btn:hover { background-color: #45a049; }
        .nav-toggle { display: none; background-color: #FF4500; color: white; padding: 10px; border: none; cursor: pointer; position: fixed; bottom: 20px; right: 20px; z-index: 100; border-radius: 50%; width: 50px; height: 50px; font-size: 24px; }
        .logo { font-size: 28px; font-weight: bold; color: #FF4500; text-shadow: 2px 2px 4px rgba(0,0,0,0.1); }
        .mobile-nav { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.9); z-index: 99; padding-top: 80px; }
        .mobile-nav a { display: block; color: white; padding: 15px; text-decoration: none; font-size: 20px; text-align: center; }
        .mobile-nav a:hover { background-color: #FF4500; }
        .close-nav { position: absolute; top: 20px; right: 30px; color: white; font-size: 40px; cursor: pointer; }
        img { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .tags { margin: 30px 0; }
        .tag { display: inline-block; background-color: #FFD700; color: #333; padding: 5px 10px; margin: 5px; border-radius: 15px; text-decoration: none; }
        .footer { background-color: #333; color: white; text-align: center; padding: 20px; margin-top: 50px; }
        @media (max-width: 768px) {
            .nav-toggle { display: block; }
            .desktop-nav { display: none; }
            h1 { font-size: 24px; }
            h2 { font-size: 20px; }
        }
