html {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #ffcc80;
  text-align: center;
  font-family: monospace;
  line-height: 1.4;
  font-size: 25px;
}
pre {
  text-align: left;
}
