.text-container {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.text-container label {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.question {
  display: flex;
  font-size: 4vw;
  font-weight: bold;
  letter-spacing: 0.23em;
  text-align: center;
}

.text {
  width: 50%;
  border: none;
  margin-top: 2rem;
  font-size: 2vw;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.text:focus,
.text:focus-visible {
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
}

.marker {
  background-color: rgb(25, 188, 134);
}

.message {
  display: block;
  margin-top: 2rem;
  font-size: 1.5rem;
  text-align: center;
}

.button {
  margin-top: 1rem;
  font-size: 1rem;
  cursor: pointer;
}

.hidden {
  display: none;
}/*# sourceMappingURL=style.css.map */