body {
  background-color: #111;
  color: #00C800;
  font-family: monospace;
  text-align: center;
  padding: 20px;
}

pre {
  display: inline-block;
  text-align: left;
  white-space: pre; /* <- important change */
  overflow-x: auto;
  max-width: 100%;
}