/* * {

  transition: .4s;
}  */
.item {
  height: 100%;
}

.questions,
.question,
section {
  height: 100%;
  margin-left: -15px;
}

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

section .main_word {
  font-size: 5rem;
  margin-top: -2rem;
  margin-bottom: 2rem;
  font-weight: bold;
  text-align: center;
}

.box {
  width: 200px;
  border: 3px solid gray;
  border-radius: 12px;
  position: relative;
  display: flex;
  align-items: center;
  height: 200px;
  justify-content: center;
  font-size: 3rem;
  font-weight: bold;
}

.box img {
  width: 100%;
  border-radius: inherit;
  padding: 15px;
}

.answer_box {
  width: 50px;
  height: 50px;
  background: #fff;
  position: absolute;
  bottom: -11px;
  right: -20px;
  border-radius: 10px;
  border: 3px solid gray;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  padding-top: 20px;
}

.chooises {
  display: flex;
  gap: 40px;
  flex-direction: column;
}

.rows {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
}

.word_img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.word_img h1 {
  margin: 0;
}

.chooises img {
  width: 300px;
}

.text {
  text-shadow: 0px 0px 10px;
}

.miss_letter {
  display: inline-block;
  min-width: 60px;
  background: #d0d0d0;
  height: 110px;
  /* border-bottom: 4px dotted; */
  padding: 18px 0;
  /* line-height: 0.8; */
  color: gray; 
}

 .item_count {
  white-space: nowrap;
 }