@keyframes pop-in{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.animate-pop-in{animation:pop-in .3s ease-out}
