html, body {
	padding: 0;
	margin: 0;
	overflow: hidden;
	
	background: #000000;
	color: white;
}

html, body, canvas {
	touch-action: none;
	touch-action-delay: none;
}

@font-face {
	font-family: 'CODE Bold';
	src: url('fonts/code bold.otf') format('opentype');
}

@font-face {
	font-family: 'amiga4ever pro';
	src: url('fonts/amiga4ever pro.ttf') format('truetype');
}

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

