@import "https://fonts.googleapis.com/icon?family=Material+Icons";

body {
  font-family: monospace;
  margin: 0;
  font-weight: normal;
    background-color: Canvas;
    color: CanvasText;
    color-scheme: light dark;
}

canvas {
  display: block;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* mobile webkit */

}

#sidebar {
    height: auto;
    max-height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    overflow-x: hidden;
    transition: 0.5s;
    padding: 10px;
    color: #ccc;
}

#sidebar-opener {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #ccc;
    cursor: pointer;
    opacity: 0.4;
}

.hide {
    display: none;
}

#state-text {
    max-height: 100%;
}

pre {

}
