html, body {
     /* touch-action: manipulation; */
     touch-action: none;
}
body, canvas {
     background-color: #000033;
     -webkit-tap-highlight-color: transparent;
     -webkit-touch-callout: none;
     -webkit-user-select: none;
     -webkit-text-size-adjust: none;
     -khtml-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     overflow: hidden;
}
*:not(input):not(textarea) {
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-touch-action: none;
-o-user-select: none;
-ms-user-select: none;
user-select: none
}

#progress {
    height: 10px;
    background: rgb(255, 255, 255);
    position: absolute;
    transition: width 0.5s ease;
    top: 80%;
    opacity: 1;
    z-index: 2;

}
#animation_container, #_preload_div_ {
     position:absolute;
     margin:auto;
     left:0;right:0;
     top:0;bottom:0;
}

#_preload_div_ img {
     pointer-events: none;
}