html,body,#root{min-height:100%}body{margin:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-fadeIn{animation:fadeIn .25s ease-out both}.animate-fadeInUp{animation:fadeInUp .3s ease-out both}.animate-scaleIn{animation:scaleIn .2s ease-out both}
