body {
  background-color: black;
  margin: 0px;
  font-family: monospace;
}
main {
    display: flex;
}
 canvas {
  margin: auto;
  display: block;

}

div#exportMenu {
  float: left;
  position: absolute;
  background: rgb(255, 255, 255,0.5);
  color: rgb(0,0,0,0.5);
  padding: 15px;
  display: none;
}
select {
    width: 55%;
}
p.menuTitle {
    display: inline-block;
    margin-right: 10px;
    width:40%;
}
div#Panel {
    margin-top: 20px;
    border-top: 1px solid #555;
}
button {
    width: 100%;
}
div#info{
  display: none;
position: absolute;
color: grey;

}
  input[type="text"] {width: 52%;}
