body {
	background-color: #D1D1D1;
	margin-left: 25px;
	margin-top: 25px;
}

canvas {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	touch-action: manipulation;
}

body {
	touch-action: none;
}

body,
- {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
