body,html{background-color:#f0f0f0;width:100%;height:100%;margin:0;padding:0;overflow:hidden}#root{width:100%;height:100%}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}
