*{all:unset}html{position:relative;width:100vw;height:100vh;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation;overscroll-behavior:none}body{position:absolute;overflow:hidden;margin:0;padding:0;top:0;right:0;bottom:0;left:0;background-image:url("back.webp");background-size:cover;background-position:center;background-repeat:no-repeat}#launch{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;justify-content:center}#launch .header{flex:3;width:100%}#launch .body{flex:6;width:100%}#launch .footer{flex:2;width:100%}#launch .logo{width:100px;height:100px;border-radius:50px;background-image:url("./logo.png");background-size:contain;background-position:center;background-repeat:no-repeat}#launch .progress{position:relative;width:calc(100% - 100px);height:16.6666666667px}#launch .progress .border{position:absolute;top:0;right:0;bottom:0;left:0;border-width:1px;border-style:solid;border-color:hsla(0,0%,100%,.5411764706);border-radius:10px}#launch .progress .bar{position:absolute;top:0;bottom:0;left:0;transition:width .1s;background-color:hsla(0,0%,100%,.5411764706);border-radius:10px}#launch .progress .percentage{text-align:end;position:absolute;bottom:110%;right:0;left:0;color:#fff}