.quiz {
  margin-bottom: 50px;
  padding:5px;
  border:1px solid #ccc;
  background: #efeaea;
  -webkit-box-shadow: 0px 0px 4px #c4c4c4;
  box-shadow: 0px 0px 4px #c4c4c4;
}

.quiz-h {font-weight: bold;}
.quiz-quest {font-weight: bold; color: red!important;}

.quiz-button {font-weight: 600;
    color: white;
    background-color: #13b0d3;
    border-radius: 5px;
    display: inline-block;
    padding: 6px 12px;
    border:none!important;}

.quiz-ans {font-weight: bold; color: green!important;}

.hide-answer {display: none;}