.game-container {
  margin: 0;
  padding: 0; }

.game-canvas {
  margin: 0;
  padding: 0;
  touch-action: none; }

.game-level-counter {
  position: absolute;
  color: white;
  font-size: 2em;
  top: 0;
  bottom: 0;
  left: -50%;
  margin: auto; }

.game-score {
  display: inline;
  color: white;
  font-size: 2em; }

.game-score-needed {
  color: white;
  display: inline;
  font-size: 2em; }

.game-explanation {
  position: absolute;
  touch-action: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  top: 25%;
  min-width: 100px;
  max-width: 500px;
  text-align: center;
  color: white;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 2vh; }

.game-score-container {
  position: absolute;
  top: 5%;
  min-width: 100px;
  max-width: 200px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: inline-block; }

.game-timer {
  color: white;
  font-size: 4em;
  text-align: center;
  padding: 0;
  margin: 0; }

.game-timer-container {
  position: absolute;
  right: -50%;
  text-align: center; }

.game-advance-button {
  position: absolute;
  bottom: 10%;
  min-width: 100px;
  max-width: 200px;
  background-color: white;
  left: 0;
  right: 0;
  font-size: 1.5em;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  display: none; }

.game-advance-button__text {
  text-align: center; }

body {
  margin: 0;
  overflow: hidden;
  padding: 0; }

/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJzdHlsZXMuY3NzIiwic291cmNlUm9vdCI6IiJ9*/