body {
  font-family: sans-serif;
  background: #f5f5f5;
  padding: 2em;
  display: flex;
  justify-content: center;
}
.container {
  max-width: 600px;
  width: 100%;
}
textarea, input {
  width: 100%;
  padding: 1em;
  font-size: 1em;
  margin-top: 0.5em;
}
textarea {
  height: 150px;
}
.buttons {
  margin-top: 1em;
}
button {
  padding: 0.5em 1em;
  margin-right: 0.5em;
  font-size: 1em;
  cursor: pointer;
}
pre {
  background: #fff;
  padding: 1em;
  margin-top: 1em;
  white-space: pre-wrap;
  border: 1px solid #ccc;
}
