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

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

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

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

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

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

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

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

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

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

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

