body {
	background: black;
	margin: 0px;
	overflow: hidden;
}

* {
	cursor: none;
}

canvas {
    outline: none;
}