@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto,sans-serif}html,body{width:100vw;overflow-x:hidden}#root{width:100vw;display:flex;flex-direction:column}.App{width:100vw;display:flex;flex-direction:column;background-color:#000}.shiny-text{color:#fff;background:linear-gradient(120deg,#fff0 40%,#fffc,#fff0 60%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;display:inline-block;animation:shine 2s linear infinite}@keyframes shine{0%{background-position:100%}to{background-position:-100%}}.shiny-text.disabled{animation:none}
