html, body {
	padding: 0;
	margin: 0;
	overflow: hidden;
	
	background: #000000;
	color: white;
}
.loadhome{
    color:gold;
    font-size:10px;
    line-height:10px;
   padding:0px!important; 
    margin:0px!important; 
    font-weight:600;
    text-align:center;
    text-transform:uppercase;
 animation: hideAnimation 0s ease-in 15s;
  animation-fill-mode: forwards;
  position:absolute;
  top:50px;
  z-index:9999;
  left:45px;
}
.loadhome p{
     padding:0px!important; 
    margin:0px!important; 
}

@keyframes hideAnimation {
  to {
    visibility: hidden;
    width: 0;
    height: 0;
  }
}

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;
}


