
.options {
  width:  120px;
  height: 34px;
  padding-left: 15px;
  margin-bottom: 10px;
}

.row {
  margin-bottom: 10px;
}

textarea {
}

button.visualize {
}

input {
  margin-top: 5px;
  margin-bottom: 5px;
}

#input-text {
  width: 200px;
  height: 120px;
  max-height: 200px;
  padding: 8px;
  line-height: 20px;
}

#my-canvas {
  width: 100%;
  height: 400px;
  border: 1px solid #000;
}