html, body {
	padding: 0;
	margin: 0;
	overflow: hidden;
	
	background: #000000;
	color: white;
}

html, body, canvas {
	touch-action: none;
	touch-action-delay: none;
}

#notSupportedWrap {
	margin: 2em auto 1em auto;
	width: 75%;
	max-width: 45em;
	border: 2px solid #aaa;
	border-radius: 1em;
	padding: 2em;
	background-color: #f0f0f0;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	color: black;
}

#notSupportedTitle {
	font-size: 1.8em;
}

.notSupportedMessage {
	font-size: 1.2em;
}

.notSupportedMessage em {
	color: #888;
}


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

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

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

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

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

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

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

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

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

