body {
  background-color: white;
  background-color: black;
  margin: 0px;
  font-family: monospace;
}
main {
    display: flex;
}
 canvas {
  margin: auto;
  display: block;
  /* width:100% !important; */
  /* height:100% !important; */
}

div#exportMenu {
  float: left;
  position: absolute;
  background: rgb(255, 255, 255,0.5);
  color: rgb(0,0,0,0.5);
  padding: 15px;
  display: none;
}
div#border {margin: 13px 0px;}
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;

}
p.secTitle {font-size: 20px;}
div.exportSection {border: black 1px solid;
  margin: 10px;
  padding: 20px;}

/* div#exportAnimation {border: black 1px solid;
  margin: 10px;
  padding: 20px;} */
div#render {
    display: none;
  color: white;
  background: url(./loader.gif);background-size: cover;
    width: 100%;

    position: absolute;
    right: 0px;
    bottom: 0px;
    text-align: center;
   font-size: 20px;background: rgba(0,0,0,0.7);
   padding: 10px;}
  input[type="range"] {width: 35%;display: inline-block;}

  input[type="text"] {width: 15%;margin-left: 2%;}
