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: 'classic_font';
	src: url('fonts/classic_font.ttf') format('truetype');
}

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

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

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

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

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

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

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

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

