.wrap .container button {
  background-color: #b32424;
  border: 1px solid #b32424;
}
.wrap .container button:hover, .wrap .container button:focus {
  background-color: #cc0000;
  border-color: #cc0000;
}
.wrap .container button:active {
  background-color: #991f1f;
  border-color: #991f1f;
}
.wrap .container .quizTitle {
  background: #b32424;
}
.wrap .container .quizWrap .quizArea .choiceList button:hover, .wrap .container .quizWrap .quizArea .choiceList button:focus {
  background-color: #cc0000;
  border-color: #cc0000;
}
.wrap .container .quizWrap .quizArea .choiceList button:active {
  background-color: #991f1f;
  border-color: #991f1f;
}
.wrap .container .startArea button {
  background-color: #fffffe;
  color: #282928;
}
.wrap .container .startArea button:hover, .wrap .container .startArea button:focus {
  background-color: #cc0000;
  border-color: #cc0000;
  color: #fff;
}
.wrap .container .startArea button:active {
  background-color: #991f1f;
  border-color: #991f1f;
  color: #fff;
}