#tarot-draw{text-align:center}.card-container{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-top:20px}.card{width:100px;height:150px;perspective:1000px;cursor:pointer;-o-object-fit:contain;object-fit:contain}.card-inner{width:100%;height:100%;transition:transform .6s;transform-style:preserve-3d;position:relative}.card.flipped .card-inner{transform:rotateY(180deg)}.card-back,.card-front{position:absolute;width:100%;height:100%;backface-visibility:hidden;display:flex;align-items:center;justify-content:center;font-size:24px}.card-front{background-color:#444;color:#fff}.card-back{transform:rotateY(180deg)}.card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.popup-mahila{background-color:#fff;padding:40px;border-radius:12px;margin-top:20px}