@keyframes deal-card { from { transform: translateY(300vh); } to { transform: translateY(0); } } .tarot-card--deal { animation: deal-card 1s both; }