.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex > * {
  margin: 2em;
}

.small-input {
  width: 50px;
}

textarea {
  width: 500px;
  height: 300px;
}

pre#output {
  max-width: 600px;
  white-space: pre-wrap;
}