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

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

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

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

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

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

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

