#canvas{
position: absolute;
top:0px;
left:0px;
width: 1200px;
height: 800px;
touch-action-delay: none;
touch-action: none;
-ms-touch-action: none;

}

body {
margin: 0;
padding: 0px;
color:#000;
background-color:#48d2ff;
font-family:helvetica, arial, sans-serif;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
touch-action: none;
-ms-touch-action: none;

}

html {margin: 0;
color:#000;
font-family:helvetica, arial, sans-serif;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
touch-action: none;
-ms-touch-action: none;

}
