html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: black;
  color: white;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

pre {
  line-height: 1;
  text-align: center;
  white-space: pre;
  margin: 0;
}

.magic-link {
  margin-top: 1em;
  text-decoration: none;
  font-size: 1em;
  letter-spacing: 0;
  user-select: none;
  cursor: pointer;
  color: white;
}
