#renderCanvas {
  touch-action: none;
  width: 100%;
  height: 400px;
 }


.flex-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
}

.flex-container > div {
  text-align: top;
  min-width: 25%;
  margin: 5px;
}

.form-group {
  margin-left: 10px;
  width: 100%;
}
