<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html {
  height: 100%;
  background-color: #333;
  color: white;
}

#myCanvas {
  background-color: #DDD;
  position: absolute;
  top: 0px;
  left: 0px;
}

#canvasOverlay {
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
}

#debug {
  background-color: white;
  color: black;
  height: 500px;
  width: 600px;
  display: none;
}

.sampleButton {
  width: 150px;
}

#pushDown {
  height: 300px;
}

#notes {
  width: 550px;
  text-align: right;
  color: white;
  font-size: 12px;
}</pre></body></html>