html,
body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Old versions of Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	font-family: serif;
	color: #F24A00;
	background: #171717;
	cursor: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='32' height='32' viewBox='73.067 55.825 121.226 113.461' xmlns='http://www.w3.org/2000/svg' xmlns:bx='https://boxy-svg.com'%3E%3Cpath d='M 141.574 97.004 L 163.654 135.248 L 119.494 135.248 L 141.574 97.004 Z' style='fill: rgb(232, 146, 65);' transform='matrix(0.082334, 0.996605, -0.996605, 0.082334, 216.169952, -61.456772)' bx:shape='triangle 119.494 97.004 44.16 38.244 0.5 0 1@4c802ea8'/%3E%3C/svg%3E") 32 32, pointer;
/* 	cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 78.452 75.317' xmlns:bx='https://boxy-svg.com'%3E%3Cpath d='M 38.737 15.22 L 60.502 52.918 L 16.972 52.918 L 38.737 15.22 Z' style='fill: rgb(228, 130, 10);' bx:shape='triangle 16.972 15.22 43.53 37.698 0.5 0 1@7975eb70'/%3E%3C/svg%3E") 16 16, pointer; */
}

canvas {
	display: block;
}