html,body{height:100%;margin:0;padding:0}body{background-color:#191015}#root{flex:1;height:100%;display:flex}#app{height:100%}.app-loading{background-color:#191015;justify-content:center;align-items:center;height:100%;display:flex}.app-loading-spinner{border:3px solid #ffffff1a;border-top-color:#fff;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}