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: 'buran_ussr-webfont';
	src: url('fonts/buran_ussr-webfont.woff2') format('woff2'), url('fonts/buran_ussr-webfont.woff') format('woff');
}

