@keyframes fadeIn{0%{opacity:0;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.animate-fadeIn{animation:fadeIn .8s ease forwards}