pre {
  white-space: pre-wrap;
  word-break: break-all;
}
input[type=text] {
  font-size: 16px;
  width: 100%;
}
body {
  background-color: black;
  color: white;
}