body {
  font-family: sans-serif;
  text-align: center;
}

#output {
  overflow: auto;
  resize: both;
  border-style: solid;
  border-color: black;
  border-radius: 4px;
}