/* style_2.css */
body {
  background-color: #000000;
  color: #fff;
}

a {
  color: #000;
}

.wrapper>header {
  background-color: #E5FE62;
}

.wrapper>header img {
  height: 50px;
}

.box-img {
  border-color: #999999;
  background-color: #EDFF00;
}

.box-img .sex-app {
  background-color: #e8e2d2;
  color: #32645b;
}

.box-img .sex-app:before {
  background-color: #32645b;
}

.btn {
  color: #000;
}

.btn-JA {
  background-color: #EDFF00;
}

.btn-no {
  background-color: #858585;
}

.btn-confirm {
  background-color: #EDFF00;
  padding: 15px 25px;
}

.progress-bar {
  background-color: #ffffff;
  border-color: #ffffff;
}

.progress-bar:before {
  background-color: #CFF500;
}