@keyframes slideIn{0%{transform:translateY(80px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-slideIn{animation:slideIn .6s ease}
