.container {
  width: 980px;
  margin: 20px auto;
}

h1 {
  font-family: "Helvetica Neue", Helvetica;
  font-weight: 500;
  font-size: 36px;
  color: rgb(51, 51, 51);
}

input {
  font-size: 14px;
  text-align: center;
  width: 120px;
  border: 1px solid lightgray;
  border-radius: 3px;
}

pre {
  position: absolute;
  padding: 0;
  margin-top: 20px;
  width: 50%;
  min-height: 100px;
}

code {
  min-height: 100px;
  border: 1px solid lightgray;
  border-radius: 3px;
}

.textarea {
  color: gray;
  opacity: 0.3;
}
