#stage1Content, #stage2Content, #stage3Content, #stage4Content,
#stage5Content, #finalContent {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  max-width: 80vw;
}

#landingContent {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2px;
  max-width: 40vw;
}

#answerBlock, #nameBlock, #usernameGate {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

#continue, #finalLink {
  position: relative;
  z-index: 10;
  margin-top: 30px;
  text-align: center;
}

#riddleText {
  color: #999;
  font-size: 0.9rem;
  line-height: 1.6;
  max-width: 500px;
}