html, body {
  background: #000;
  color: #fff;
  margin: 0;
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: monospace;
  font-size: 1em;
}
