@import url('https://fonts.googleapis.com/css?family=Press+Start+2P');
/*@font-face {
    font-family: 'font_family_name';
    src: url('../fonts/font_url.eot');
    src: url('../fonts/font_url.eot?#iefix') format('embedded-opentype'), url('../fonts/font_url.woff2') format('woff2'), url('../fonts/font_url.woff') format('woff'), url('../fonts/font_url.ttf') format('truetype'), url('../fonts/font_url.svg#font_family_name') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
* {
  margin: 0;
  padding: 0;
}
html,
body {
  background-color: transparent;
  width: 100%;
  height: 100%;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#game-container {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#game-container canvas {
  position: relative;
  max-height: 100%;
  max-width: 1024px;
  display: block;
  touch-action: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-transform: transale3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  transform: transale3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000;
  width: 100%;
  height: 100%;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#font-preload {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1;
  height: 1;
  text-indent: -9999px;
  overflow: hidden;
}
#font-preload canvas {
  position: relative;
  width: 1024px;
  height: 768px;
  max-height: 100%;
  max-width: 1024px;
}
#font-preload canvas.incorrect {
  height: auto !important;
}
#font-preload canvas.hidden-cursor {
  cursor: none !important;
}
#turn {
  top: 0;
  position: absolute;
  z-index: 99999;
  background: '';
  background-size: cover !important;
  width: 100%;
  height: 100%;
  display: block;
}
