/*Stylesheet*/
body,
html {
  /* width:100%;
    height:100%; */
  padding: 0;
  margin: 0;
  overflow: hidden;
  /* position:fixed; */
  /* touch-action:none;
    -ms-touch-action:none; */
  background-color: #111111;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-user-select: none;
}

#content {
  width: 100%;
  height: 100%;
  outline: 0;
  position: fixed;
}
