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; background: #ff9900; padding: 10px; text-align: center; }
            .mobile-nav button { background: none; border: none; color: white; font-size: 18px; }
        }
        h1 { color: #ff5722; border-bottom: 2px solid #ff9900; padding-bottom: 10px; }
        h2 { color: #ff7043; margin-top: 30px; }
        h3 { color: #ff8a65; }
        .download-btn { background: #4CAF50; color: white; padding: 12px 25px; text-decoration: none; border-radius: 5px; display: inline-block; margin: 15px 0; }
        .login-btn { background: #2196F3; color: white; padding: 12px 25px; text-decoration: none; border-radius: 5px; display: inline-block; margin: 15px 0; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; }
        .tags { margin: 20px 0; }
        .tag { background: #e0e0e0; padding: 5px 10px; margin: 5px; display: inline-block; border-radius: 3px; }
        .copyright { margin-top: 40px; font-size: 12px; color: #777; }
