@keyframes fadeIn{0%{opacity:0;scale:.5}to{opacity:1;scale:1}}.fade-in{animation:fadeIn 1s cubic-bezier(0,.71,.2,1.01)}