 

* {
  font-weight: bold;
}
.item {
  height: 100%;
}

.questions,
.question,
section {
  height: 100%; 
}

section {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

  
.words {
  font-size: 2rem;
}
.words_row {
  display: flex;
  gap: 2rem;
  margin: 2.5rem 0;
}
.word {
  border-radius: 10px;
  background-color: #f3e58e;
  padding: 0.5rem 1rem;
  width: 125px;
  text-align: center;
  border: 3px solid #c1a601;
  cursor: pointer;

}

.story_img {
  width: 80%;
}