html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
:root {
  --bg-color: #000000;
}
#app-root {
  height: 100%;
  position: absolute;
}
body {
  font-family: "Open Sans Condensed", sans-serif;
  background: var(--bg-color);
  overflow: hidden;
}
a {
  text-decoration: none;
  color: #000;
}
@font-face {
  font-family: "GameFont";
  src: url(43e63012db9a0fc028ad.otf) format("trueType");
}
#font-hack {
  position: absolute;
  font-family: "GameFont";
  left: -200%;
}
@font-face {
  font-family: "GameFontMedium";
  src: url(e07bb8557f02892be46b.ttf) format("trueType");
}
#font-hack-1 {
  position: absolute;
  font-family: "GameFontMedium";
  left: -200%;
}
@font-face {
  font-family: "GameFontBold";
  src: url(7bfa561462fd51bcc460.ttf) format("trueType");
}
#font-hack-2 {
  position: absolute;
  font-family: "GameFontBold";
  left: -200%;
}
@font-face {
  font-family: "GameFontBlack";
  src: url(cc6a72b8f7260af1d4ae.ttf) format("trueType");
}
#font-hack-3 {
  position: absolute;
  font-family: "GameFontBlack";
  left: -200%;
}
#phaser-canvas {
  width: 100%;
  height: 100%;
}
#phaser-canvas canvas {
  position: absolute;
}
