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

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

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

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

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

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

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

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

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

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

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

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

