html, body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#clicks {
  display: none;
  font-weight: bold;
}

#skin {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
#skin button img {
  max-width: 200px;
}

#level {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}
#level button {
  background-color: black;
  color: red;
  font-weight: bold;
  padding: 2rem 2rem;
  font-size: 5rem;
}

#gameover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  font-weight: bold;
}

#tier {
  display: none;
  position: absolute;
  width: 400px;
  user-select: none;
}