:root {
  --background_question: #E3F2FDaa;
  --highlight: #43A047;
  --webex-reveal-main-color: #263238;
  --text_input: #263238;
}

.webex-question {
  color: black;
}
.webex-question::after {
  content: "";
  inset: 0;
  background: rgba(255,255,255,0.3);
  z-index: -1;
}

.webex-solution {
  background-color: #1565C0DD;
  color: white;
}

.webex-solution button,
.webex-box .webex-button {
  color: #FB8C00;
}

body {
  background-attachment: fixed;
  background-image: url("hatter_01_01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #263238;
}
