.reveal{animation:rise .9s ease both}@keyframes rise{from{opacity:0;transform:translateY(25px)}to{opacity:1;transform:none}}.card{animation:soft .8s ease both}@keyframes soft{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:none}}