.wrap .container button {
  background-color: #2e7d32;
  border: 1px solid #2e7d32;
}
.wrap .container button:hover, .wrap .container button:focus {
  background-color: #388e3c;
  border-color: #388e3c;
}
.wrap .container button:active {
  background-color: #1b5e20;
  border-color: #1b5e20;
}
.wrap .container .quizTitle {
  background: #2e7d32;
}
.wrap .container .quizWrap .quizArea .choiceList button:hover, .wrap .container .quizWrap .quizArea .choiceList button:focus {
  background-color: #388e3c;
  border-color: #388e3c;
}
.wrap .container .quizWrap .quizArea .choiceList button:active {
  background-color: #1b5e20;
  border-color: #1b5e20;
}
.wrap .container .startArea button {
  background-color: #fffffe;
  color: #282928;
}
.wrap .container .startArea button:hover, .wrap .container .startArea button:focus {
  background-color: #388e3c;
  border-color: #388e3c;
  color: #fff;
}
.wrap .container .startArea button:active {
  background-color: #1b5e20;
  border-color: #1b5e20;
  color: #fff;
}