#root{height:100vh;width:100vw;overflow:hidden}*::-webkit-scrollbar{width:5px}*::-webkit-scrollbar-track{background:#0003}*::-webkit-scrollbar-thumb{background:#556cd680;border-radius:2px}html,body{overflow:hidden;height:100vh;width:100vw;margin:0}@keyframes spin{0%{transform:rotate(360deg)}to{transform:rotate(0)}}.blink{animation:blink .75s linear infinite}@keyframes blink{50%{opacity:0}}
