.adding-text{
  font-size: 26px;
  line-height:40px;
}

.anim-text{
  font-size: 45px;
  line-height:50px;
}

.anim-wrap{
  background-color:#fcf8e3;
  padding:10px;
  border:1px solid #faebcc;
  border-radius:10px;
  color:#8a6d3b;
  margin-bottom:10px;
}

.red-text{
  color:#990000;
  font-weight: 800;
}

.answer {
  cursor: pointer;
  padding:10px;
  min-height:145px;
}

.answerOptions.correct, .answerOptions.incorrect{
  display:none;
}