html, body {
    padding: 0;
    margin: 0;
    overflow: hidden;
    background: #000;
    color: white;
	min-height:396px;
	min-width:350px;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
      Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

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
}
.dropbtn {
	
  border: none;
}
.dropbtn img{
 opacity: 1;
  cursor: pointer;
}
.dropdown {
  position: fixed;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropbtn img:hover{
	opacity: 1;
}