body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        .mobile-nav { display: none; }
        @media (max-width: 768px) {
            .desktop-nav { display: none; }
            .mobile-nav { display: block; position: fixed; bottom: 0; width: 100%; background: #FF9800; padding: 10px; text-align: center; }
            .nav-toggle { background: #E65100; color: white; padding: 10px; border: none; }
        }
        h1 { color: #E65100; text-align: center; }
        h2 { color: #F57C00; border-bottom: 2px solid #FF9800; padding-bottom: 5px; }
        h3 { color: #FB8C00; }
        .download-btn { background: #4CAF50; color: white; padding: 12px 25px; text-decoration: none; display: inline-block; margin: 15px 0; border-radius: 5px; }
        .login-btn { background: #2196F3; color: white; padding: 12px 25px; text-decoration: none; display: inline-block; margin: 15px 0; border-radius: 5px; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; }
        .nav-links { background: #FF9800; padding: 15px; text-align: center; position: sticky; top: 0; }
        .nav-links a { color: white; margin: 0 15px; text-decoration: none; font-weight: bold; }
        .tags { margin: 20px 0; }
        .tag { background: #E0E0E0; padding: 5px 10px; margin: 5px; display: inline-block; border-radius: 15px; }
        .footer { margin-top: 40px; padding: 20px; background: #333; color: white; text-align: center; }
