body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1 { color: #FF6B35; text-align: center; }
        h2 { color: #2E86AB; border-bottom: 2px solid #FFD166; padding-bottom: 5px; }
        h3 { color: #06D6A0; }
        .logo { font-size: 28px; font-weight: bold; color: #FF6B35; text-align: center; margin: 20px 0; }
        .nav { background: #2E86AB; padding: 10px; text-align: center; position: relative; }
        .nav-toggle { display: none; }
        .nav-links { display: flex; justify-content: center; }
        .nav-links a { color: white; padding: 10px; text-decoration: none; }
        @media (max-width: 768px) {
            .nav-links { display: none; flex-direction: column; }
            .nav-toggle { display: block; background: #FF6B35; color: white; border: none; padding: 10px; cursor: pointer; }
            .nav-links.active { display: flex; }
        }
        .download-btn { background: #06D6A0; color: white; padding: 12px 25px; text-decoration: none; border-radius: 5px; display: inline-block; margin: 15px 0; }
        .login-btn { background: #FFD166; color: white; padding: 12px 25px; text-decoration: none; border-radius: 5px; display: inline-block; margin: 15px 10px; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; }
        .tags { margin: 20px 0; }
        .tags a { background: #2E86AB; color: white; padding: 5px 10px; margin: 0 5px; text-decoration: none; border-radius: 3px; }
        footer { background: #333; color: white; text-align: center; padding: 20px; margin-top: 30px; }
