html,body{overflow:hidden;margin:0;padding:0}label{position:absolute;pointer-events:none;z-index:10;font-size:12px;color:#fff;background:#000000b3;padding:2px 5px;border-radius:3px;font-family:Lucida Console,Courier New,monospace}#loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10}#loading-logo img{width:250px;margin-bottom:30px}#loading-bar-container{width:70%;height:10px;background:#333;border-radius:5px;overflow:hidden}#loading-bar{width:0;height:100%;background:#0074fc;transition:width .2s ease}
