body, html {
  background-color: #000;
  color: #CCC;
  margin:0;
  height: 100vh;
}

#main {
  display: grid;
  grid-template-columns: 1fr 960px 1fr;
  grid-auto-rows: 720px;
}

#header {
  display: flex;
  align-item: center;
  justify-content: center;
  width:100%;
  height:50px;
  border-bottom: 1px solid white;
}

#right-container {
  overflow-y: auto;
  white-space: pre-wrap;
}

#debug {
  height: 100%;
}

#eventlog {
  overflow-y: auto;
  font-family: monospace;
}

canvas {
  /* border: 1px white solid; */
  filter: saturate(50%);
  width: 960;
  height: 720;
}
