::selection {
    color: none;
    background: none;
}

::-moz-selection {
    color: none;
    background: none;
}

html, body {
	width: 100vw;
	height: 100vh;
  	margin: 0px;
  	padding: 0px;
	user-select: none;
	overflow: hidden;
}

canvas {
	margin: auto;
	display: block;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}