@keyframes globalFadeIn{0%{opacity:0}to{opacity:1}}body{animation:globalFadeIn .2s ease-out}
