@import url('https://fonts.googleapis.com/css?family=Gaegu|Grand+Hotel&display=swap');

.game-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.world {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.header {
  position: absolute;
  top: 8vh;
  left: 0;
  width: 100%;
  text-align: center;
  pointer-events: none;
}

.header h1 {
  font-family: 'Grand Hotel', cursive;
  font-weight: normal;
  font-size: 5em;
  line-height: 1;
  margin: 0;
  letter-spacing: -0.02em;
  color: white;
}

.header h1 span {
  font-size: 0.25em;
  display: block;
  margin: 0 0 -1em -2.8em;
  letter-spacing: 0px;
}

.header h2 {
  font-size: 1em;
  font-family: 'Gaegu', cursive;
  margin: -0.25em 0;
  white-space: nowrap;
  text-indent: 1em;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: white;
}

.message {
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  pointer-events: none;
}

.message--instructions {
  font-family: 'Gaegu', cursive;
  font-size: 0.85em;
  bottom: 8vh;
  letter-spacing: 0.2em;
  color: white;
}

.message--instructions span {
  display: block;
  color: white;
  white-space: nowrap;
}
