
body {
  margin: 0px;
}

#txtInput {
  height: 500px;
  width: 48%;
  display: inline-block;
}

#btnConvert {
  display: block;
}

#txtOutput {
  height: 500px;
  width: 48%;
  display: inline-block;
}
