html, body {
	padding: 0;
	margin: 0;
	overflow: hidden;
	
	background: #ffffff;
	background-image: url('./images/background.png');
	/* background-size: 100% 100%; */
	background-repeat: no-repeat;
	background-size: cover;
        background-repeat: no-repeat;
        object-fit: cover;
        padding: 0;
        border: 0;
        margin: 0;
        height: 100%;
        width: 100%;

	color: white;
	-webkit-touch-callout: none; /* iOS Safari */
    	-webkit-user-select: none; /* Safari */
     	-khtml-user-select: none; /* Konqueror HTML */
       	-moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently by Chrome, Edge, Opera and Firefox */
}

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: 'lmsans_bold';
	src: url('fonts/lmsans_bold.woff2') format('woff2');
}

