@keyframes spinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.spinner-container{align-items:center;background-color:rgba(0,0,0,.5);display:flex;flex-direction:column;height:100%;justify-content:center;position:absolute;width:100%;z-index:100}.logo{background-image:url("../resources/images/logo.png");background-position:center;background-repeat:no-repeat;background-size:contain;height:200px;margin-bottom:40px;width:200px}.loading-spinner{animation:spinner 1.5s linear infinite;border:5px solid rgba(0,0,0,.5);border-radius:50%;border-top:5px solid #f3f3f3;height:50px;width:50px}
html{height:100%;width:100%}body{height:100%;margin:0;overflow:hidden;width:100%}#app-root{height:100%;width:100%}#app-root .app{height:100%;width:100%}#app-root .app canvas{height:100%;width:100%}@keyframes spinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.spinner-container{align-items:center;background-color:rgba(0,0,0,.5);display:flex;flex-direction:column;height:100%;justify-content:center;position:absolute;width:100%;z-index:100}.logo{background-image:url("../resources/images/logo.png");background-position:center;background-repeat:no-repeat;background-size:contain;height:200px;margin-bottom:40px;width:200px}.loading-spinner{animation:spinner 1.5s linear infinite;border:5px solid rgba(0,0,0,.5);border-radius:50%;border-top:5px solid #f3f3f3;height:50px;width:50px}
