html, body {
	-webkit-touch-callout:none;
    -webkit-text-size-adjust:none;
    -webkit-tap-highlight-color:transparent;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    overflow:hidden;
	height:100%;
    background:#212121;
	padding:0;
	margin:0;    
}

#scene {
    background:#212121;
    visibility:hidden
}

@font-face {
    font-family:'Prosto';
    src:url(assets/Prosto.ttf);
}




