body {
  margin: 0;
  padding: 0;
}

#CANVAS_CONTAINER {
  max-width: 530px;
  margin: 0 auto;
}

canvas {
  margin: 0 auto;
}

#PHASER_CANVAS {
  display: block;
  margin: 0 auto;
  max-width: 530px;
  max-height: 740px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

#KEROSINE_NEXTSTEPBUTTON {
  background-position: top center;
  background-repeat: no-repeat;
  max-width: 305px;
  max-height: 85px;
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 85px;
  text-align: center;
  font-family: "Kreon";
  font-size: 24px;
  position: absolute;
  top: calc(50% + 80px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  display: none;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.app-wrapper {
  position: relative;
}

main {
  max-height: 740px;
}
/*# sourceMappingURL=main.css.map */