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: #0a6b3a; color: white; padding: 10px; text-align: center; cursor: pointer; }
        nav { background: #0a6b3a; padding: 15px; margin-bottom: 30px; }
        nav ul { list-style: none; padding: 0; display: flex; justify-content: space-around; }
        nav ul li a { color: white; text-decoration: none; font-weight: bold; }
        h1 { color: #0a6b3a; text-align: center; margin-bottom: 30px; }
        h2 { color: #0a6b3a; border-bottom: 2px solid #f4c145; padding-bottom: 5px; margin-top: 40px; }
        h3 { color: #0a6b3a; margin-top: 25px; }
        .download-btn, .login-btn { display: inline-block; background: #f4c145; color: #0a6b3a; padding: 12px 25px; margin: 15px 0; text-decoration: none; font-weight: bold; border-radius: 5px; }
        .image-container { text-align: center; margin: 30px 0; }
        img { max-width: 100%; height: auto; border-radius: 8px; }
        .game-types { margin-top: 50px; padding: 20px; background: #f0f0f0; }
        .tags { margin-top: 20px; }
        footer { margin-top: 50px; padding: 20px; text-align: center; background: #0a6b3a; color: white; }
        @media (max-width: 768px) {
            nav ul { flex-direction: column; align-items: center; }
            nav ul li { margin: 5px 0; }
            .mobile-nav { display: block; }
            nav { display: none; }
            .nav-active { display: block; }
        }
