body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        header { background: #FF6B35; color: white; padding: 20px; text-align: center; position: relative; }
        .logo { font-size: 28px; font-weight: bold; text-transform: uppercase; }
        nav { display: flex; justify-content: center; gap: 20px; margin-top: 15px; }
        nav a { color: white; text-decoration: none; }
        .mobile-menu { display: none; position: absolute; top: 20px; right: 20px; }
        h1 { color: #FF6B35; border-bottom: 2px solid #FF6B35; padding-bottom: 10px; }
        h2 { color: #0077B6; margin-top: 30px; }
        h3 { color: #00B4D8; }
        .download-btn { background: #00B4D8; color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 15px 0; }
        .login-btn { background: #90E0EF; color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 15px 0; }
        img { max-width: 100%; height: auto; margin: 20px 0; }
        footer { background: #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 { display: none; flex-direction: column; align-items: center; }
            .mobile-menu { display: block; }
            .menu-active { display: flex; }
        }
