.fade-in{animation:1.2s cubic-bezier(.4,0,.2,1) forwards pageEnter}@keyframes pageEnter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes scanMove{0%{opacity:0;top:8%}15%{opacity:1}85%{opacity:1}to{opacity:0;top:92%}}
