body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        .mobile-nav { display: none; background: #FF6B35; color: white; padding: 10px; text-align: center; cursor: pointer; }
        nav { background: #FF6B35; padding: 15px 0; margin-bottom: 30px; }
        nav ul { list-style: none; padding: 0; display: flex; justify-content: center; }
        nav ul li { margin: 0 15px; }
        nav ul li a { color: white; text-decoration: none; font-weight: bold; }
        h1 { color: #004D40; border-bottom: 3px solid #FF6B35; padding-bottom: 10px; }
        h2 { color: #00796B; margin-top: 40px; }
        h3 { color: #00897B; }
        .download-btn { background: #4CAF50; color: white; padding: 12px 25px; text-decoration: none; display: inline-block; margin: 20px 0; border-radius: 5px; font-weight: bold; }
        .login-btn { background: #2196F3; color: white; padding: 12px 25px; text-decoration: none; display: inline-block; margin: 20px 10px; border-radius: 5px; font-weight: bold; }
        .game-image { max-width: 100%; height: auto; margin: 25px 0; border-radius: 8px; }
        .indian-flag { color: #FF9800; font-size: 1.2em; }
        .star-rating { color: #FFD700; }
        footer { background: #333; color: white; padding: 20px; text-align: center; margin-top: 50px; }
        @media (max-width: 768px) {
            nav ul { flex-direction: column; align-items: center; }
            nav ul li { margin: 10px 0; }
            .mobile-nav { display: block; }
            nav { display: none; }
        }
