html, body {
     /* touch-action: manipulation; */
     touch-action: none;
}
body, canvas {
     background-color: #9900CC;
     -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;
}

#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;
}