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

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

