body {
  background: #FAAB18;
  margin: 0;
  padding: 0;
}

nav {
  z-index: 9;
}

/* --< main elements >-- */

.full-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: 7;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  text-align: center;
}

.entire {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.btn-continue, .btn-start {
  background-color: #711B00;
  color: white;
}

.wait {
  background: #E5601F;
  color: #fff;
}

.tap {
  background: #769231;
  color: white;
}

/* --< highscore elements >-- */
.highscore {
  background: #711B00;
  color: #fff;
  display: block;
  font-size: 0.85em;
  height: auto;
  left: 0;
  padding: 4px;
  top: 0;
  width: 100%;
}

.hs {
 color: #FAAB18;
}

/* --< [dn] attribute for hiding elements easily >-- */
[dn]{
  display: none; 
}