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

@font-face {
	font-family: 'parrafo';
	src: url('fonts/parrafo.woff2') format('woff2');
}

@font-face {
	font-family: 'boton';
	src: url('fonts/boton.woff2') format('woff2');
}

@font-face {
	font-family: 'splash';
	src: url('fonts/splash.woff2') format('woff2');
}

@font-face {
	font-family: 'regresar';
	src: url('fonts/regresar.woff2') format('woff2');
}

@font-face {
	font-family: 'logo';
	src: url('fonts/logo.woff2') format('woff2');
}

@font-face {
	font-family: 'pregunta';
	src: url('fonts/pregunta.woff2') format('woff2');
}

@font-face {
	font-family: 'nombre';
	src: url('fonts/nombre.woff2') format('woff2');
}

@font-face {
	font-family: 'dialogo';
	src: url('fonts/dialogo.woff2') format('woff2');
}

