.animate-scale-in{animation:scale-in .2s ease-out forwards}@keyframes scale-in{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.animate-marquee{display:inline-block;padding-left:100%;animation:marquee 20s linear infinite}html,body{overflow:hidden;height:100%}#root{height:100vh}
