body {
     background-color: black;
     //overflow: "hidden";
     -webkit-tap-highlight-color: transparent;
     -webkit-touch-callout: none;
     -webkit-user-select: none;
     -khtml-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
}
canvas {
     -webkit-tap-highlight-color: transparent;
}