h2.question {
  text-align: center;
  margin-bottom: 2rem;
}

button.answer,
button.action,
input.login-input {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.125rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #1c1917;
  color: #e5e5e5;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.05), 0 8px 10px -6px rgb(0 0 0 / 0.05);
}

button.action {
  width: fit-content;
  padding: 1rem 1.5rem;
  margin: 2rem auto 0;
  background-color: #dc2626;
  color: #ffffff;
}

input.hidden-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  border: none;
}
