body {
  margin: 0;
  padding: 0;
}

.app__wrapper {
  height: 740px;
  width: 100%;
  max-width: 530px;
  position: relative;
}

.app__wrapper .action-container {
  display: none;
  position: absolute;
  top: 45%;
  height: auto;
  width: 100%;
  text-align: center;
}

.app__wrapper .action-container .action-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  padding: 20px 40px;
  font-size: 20px;
  border-radius: 10px;
  color: #FFF;
  font-weight: bold;
  /*background-color: #003865;*/
  background-color: #FFC704;
  -webkit-box-shadow: 0 0 10px #888;
          box-shadow: 0 0 10px #888;
  border: none;
  outline: none;
  font-family: Arial, Helvetica, sans-serif;
  max-width: 50%;
}

@media screen and (max-width: 425px) {
  .app__wrapper .action-container {
    top: calc(100vw * 0.6);
  }
  .app__wrapper .action-container .action-button {
    padding: 15px 20px;
    font-size: 16px;
    border-radius: 5px;
  }
}

.app__wrapper #KEROSINE_CANVAS_WRAPPER {
  position: relative;
  width: 530px;
  height: 740px;
  overflow: hidden;
}

.app__wrapper .touch-area {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}

.app__wrapper .touch-area.left {
  left: 0;
  background-color: #F00;
  opacity: 0;
}

.app__wrapper .touch-area.right {
  right: 0;
  background-color: #0f0;
  opacity: 0;
}

.app__wrapper #KEROSINE_CANVAS {
  width: 530px;
  height: 740px;
}

.app__wrapper #KEROSINE_CANVAS h1 {
  font-size: 28px;
  line-height: 120%;
  color: #FFF;
  position: absolute;
  top: 65px;
  left: 65px;
}

.app__wrapper #KEROSINE_CANVAS h1 small {
  font-weight: normal;
  font-size: 20px;
  line-height: 80%;
}

.app__wrapper #KEROSINE_CANVAS p {
  font-size: 16px;
  line-height: 140%;
  color: #FFF;
  position: absolute;
  top: 112px;
  left: 500px;
}

.app__wrapper .kerosine-btn {
  position: absolute;
  margin: 0 auto;
  display: inline-block;
  cursor: pointer;
  z-index: 100;
}

.app__wrapper #KEROSINE_CANVAS {
  background-color: #003865;
}

.app__wrapper #KEROSINE_STARTBUTTON, .app__wrapper #KEROSINE_HOWTOPLAY, .app__wrapper #KEROSINE_REPLAYBUTTON {
  top: 290px;
  right: -500px;
  white-space: nowrap;
}

.app__wrapper #KEROSINE_REPLAYBUTTON {
  top: 220px;
}

.app__wrapper #KEROSINE_NEXTSTEPBUTTON {
  top: 320px;
}

.app__wrapper .btn {
  padding: 20px 40px;
  font-size: 20px;
  border-radius: 10px;
  color: #FFF;
  font-weight: bold;
  /*background-color: #003865;*/
  background-color: #FFC704;
  -webkit-box-shadow: 0 0 10px #888;
          box-shadow: 0 0 10px #888;
  border: none;
  outline: none;
}

.app__wrapper .kerosine-btn {
  display: none;
}
/*# sourceMappingURL=main.css.map */