body {
  background: #161823;
}

.prompt_above_img_word {
  color: rgba(255, 255, 255, 0.6);
}

.prompt_below_img_word {
  color: rgba(255, 255, 255, 0.75);
}

#prompt_below_img_word_alert {
  color: rgba(254, 44, 85, 0.9);
}

.word_link_a {
  color: #face15;
}

.prompt_detail_word {
  color: rgba(255, 255, 255, 0.34);
}

.footer-word {
  color: rgba(255, 255, 255, 0.34);
}

#button_ {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}

#button_left {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}

#button_right {
  background: #fe2c55;
  border-radius: 4px;
  margin-top: 20px;
}

.button_word {
  color: rgba(255, 255, 255, 0.9) !important;
}

#button_word_right {
  color: #ffffff;
}

.button-item {
  width: 200px !important;
  display: block;
}

@media only screen and (min-width: 650px) {
  .button-item {
    display: inline-block;
    margin-right: 15px;
  }
  #button_right {
    margin-right: 0;
  }
}
