.wrap .container button {
  background-color: #6f351d;
  border: 1px solid #6f351d;
}
.wrap .container button:hover, .wrap .container button:focus {
  background-color: #864a2b;
  border-color: #864a2b;
}
.wrap .container button:active {
  background-color: #77352d;
  border-color: #77352d;
}
.wrap .container .quizTitle {
  background: #6f351d;
}
.wrap .container .quizWrap .quizArea .choiceList button:hover, .wrap .container .quizWrap .quizArea .choiceList button:focus {
  background-color: #864a2b;
  border-color: #864a2b;
}
.wrap .container .quizWrap .quizArea .choiceList button:active {
  background-color: #77352d;
  border-color: #77352d;
}
.wrap .container .startArea button {
  background-color: #fffffe;
  color: #282928;
}
.wrap .container .startArea button:hover, .wrap .container .startArea button:focus {
  background-color: #864a2b;
  border-color: #864a2b;
  color: #fff;
}
.wrap .container .startArea button:active {
  background-color: #77352d;
  border-color: #77352d;
  color: #fff;
}