body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1 { color: #FF5733; font-size: 2.5em; text-align: center; margin-bottom: 30px; }
        h2 { color: #3498DB; border-bottom: 2px solid #3498DB; padding-bottom: 5px; margin-top: 40px; }
        h3 { color: #2ECC71; }
        .nav { background-color: #FF5733; padding: 15px; display: flex; justify-content: space-between; align-items: center; position: relative; }
        .nav-links { display: flex; gap: 20px; }
        .nav-links a { color: white; text-decoration: none; font-weight: bold; }
        .mobile-menu { display: none; }
        .logo { font-size: 1.8em; font-weight: bold; color: white; }
        .download-btn, .login-btn { background-color: #2ECC71; color: white; padding: 10px 20px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 15px 0; }
        img { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .footer { background-color: #333; color: white; padding: 20px; text-align: center; margin-top: 40px; }
        .game-types { margin: 20px 0; }
        .tags { margin: 20px 0; }
        @media (max-width: 768px) {
            .nav-links { display: none; }
            .mobile-menu { display: block; }
            .nav { flex-direction: column; }
        }
