@font-face {
  font-family: 'NamesakeNF';
  src: url('../fonts/NamesakeNF.eot');
  src: url('../fonts/NamesakeNF.eot?#iefix') format('embedded-opentype'), url('../fonts/NamesakeNF.woff') format('woff'), url('../fonts/NamesakeNF.ttf') format('truetype'), url('../fonts/NamesakeNF.svg#NamesakeNF') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Sen-Regular';
  src: url('../fonts/Sen-Regular.eot');
  src: url('../fonts/Sen-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Sen-Regular.woff') format('woff'), url('../fonts/Sen-Regular.ttf') format('truetype'), url('../fonts/Sen-Regular.svg#Sen-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Sen-Bold';
  src: url('../fonts/Sen-Bold.eot');
  src: url('../fonts/Sen-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Sen-Bold.woff') format('woff'), url('../fonts/Sen-Bold.ttf') format('truetype'), url('../fonts/Sen-Bold.svg#Sen-Bold') 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;
}
