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

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

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

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

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

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

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

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

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

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

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

