.wrap .container button {
  background-color: #1a237e;
  border: 1px solid #1a237e;
}
.wrap .container button:hover, .wrap .container button:focus {
  background-color: #283593;
  border-color: #283593;
}
.wrap .container button:active {
  background-color: #0d1656;
  border-color: #0d1656;
}
.wrap .container .quizTitle {
  background: #1a237e;
}
.wrap .container .quizWrap .quizArea .choiceList button:hover, .wrap .container .quizWrap .quizArea .choiceList button:focus {
  background-color: #283593;
  border-color: #283593;
}
.wrap .container .quizWrap .quizArea .choiceList button:active {
  background-color: #0d1656;
  border-color: #0d1656;
}
.wrap .container .startArea button {
  background-color: #fffffe;
  color: #282928;
}
.wrap .container .startArea button:hover, .wrap .container .startArea button:focus {
  background-color: #283593;
  border-color: #283593;
  color: #fff;
}
.wrap .container .startArea button:active {
  background-color: #0d1656;
  border-color: #0d1656;
  color: #fff;
}