html, body {
	padding: 0;
	margin: 0;
	overflow: hidden;
	
	background: #c0c0c0;
	color: white;
}

html, body, canvas {
	touch-action: none;
	touch-action-delay: none;
}

@font-face {
	font-family: 'DS-TERM';
	src: url('fonts/ds-term.ttf') format('truetype');
}

