@font-face {
  font-family: 'OogieBoogie';
  src: url("../fonts/OogieBoogie/oogieboogie-webfont.eot");
  src: url("../fonts/OogieBoogie/oogieboogie-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/OogieBoogie/oogieboogie-webfont.woff2") format('woff2'), url("../fonts/OogieBoogie/oogieboogie-webfont.woff") format('woff'), url("../fonts/OogieBoogie/oogieboogie-webfont.ttf") format('truetype'), url("../fonts/OogieBoogie/oogieboogie-webfont.svg#pratersanstwo-regularregular") format('svg');
  font-weight: normal;
  font-style: normal; }

body {
  background: #FFFFFF;
  margin: 0;
  padding: 0; }

#gameScene {
  left: 0;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2; }
  #gameScene canvas {
    background-color: #FFFFFF;
    display: inline-block !important;
    visibility: hidden; }

#fileContainer {
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1000; }

#file {
  position: absolute;
  right: 55%;
  top: 45%;
  visibility: hidden; }

#webcam {
  display: none;
  position: absolute;
  right: 0;
  top: 0; }

#debugInfo {
  background: #FFFFFF;
  border: solid 1px #CCCCCC;
  border-radius: 2px;
  display: none;
  font-size: 12px;
  padding: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3; }
  #debugInfo p {
    margin: 2px 0; }
