/* CSS ist hier rein kosmetisch */
body {
    /* Web GL */
  background: #111;
  color: #eee;
  font-family: monospace;
  
  /* Web gpu */
  /* background: #0f0f0f;
  color: #0f0;
  font-family: monospace; */

}
#gfx {
  border: 1px solid #555;
  width: 100%;
  aspect-ratio: 16/9;
}
#canvas{
    position: fixed;
    left: 0;
    bottom: 0;
}
.center{
  width: fit-content;
  margin: 0 auto;
}
