@keyframes pop-up{0%{transform:scale(0) translateY(10rem);opacity:0}80%{transform:scale(1.1) translateY(0);opacity:1}to{transform:scale(1) translateY(0);opacity:1}}.animate-pop-up{animation:pop-up .8s ease-out forwards}.delay-0{animation-delay:0s}.delay-200{animation-delay:.2s}.delay-400{animation-delay:.4s}.delay-600{animation-delay:.6s}