html {
  /* background: transparent url(./bg.jpg) no-repeat; */
  background: transparent url(./bg3.jpg) no-repeat;
  background-size: cover;
}
text {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  pointer-events: none;
  fill: white;
}
#wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 2rem;
  margin: 1rem;
}
#wrapper > * {
  padding: 1rem;
}
#chart {
  height: 500px;
}
#editor {
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
}
#editor ul {
  list-style-type: none;
  padding: 0;
}
#editor ul li {
  margin: 0.4rem 0;
}
#editor ul li:first-child {
  display: none;
}
#editor input, #editor button {
  background-color: #6d00cc;
  color: white;
  font-size: 1.65rem;
  border: 0;
  padding: 0.2rem;
}
#editor button {
  padding: 0.2rem 0.4rem;
  cursor: pointer;
}
#editor button:disabled {
  background-color: grey !important;
  cursor: default;
}
#editor button[name=remove] {
  border-color: #c38809;
  background-color: #4B0000;
}
#editor button[name=add] {
}
#editor button[name=clear] {
  background-color: #4B0000;
}
#question {
  grid-column-end: 2;
}
#question h1 {
  color: white;
  font-size: 80px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
