.clue-box {
  display: flex;
  justify-content: center;
  height: 50vh;
  margin-top: 1em;
}

.clue {
  margin: 0 1em;
}


.reveal-box {
  height: 40vh;
  border: 1px dashed #666;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1em 0 .5em;
}

.reveal-btn {
  width: calc(100% - .2em);
  height: calc(100% - .2em);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3em;
  text-transform: uppercase;
}

.answer {
  font-size: 19vh;
  white-space: nowrap;
  text-transform: uppercase;
}

.pictogram-box {
  margin: 0 3em;
}


.navigation-box {
  display: flex;
  justify-content: space-between;
}

.hidden {
  display: none;
}
