/*
* Removes mobile highlight
*/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body, html {
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

canvas {
  width: 100%;
  height: 100%;
}

#statsjs {
  left: initial !important;
  right: 0;
}

#threejs-container {
  padding: 0;
}
