body {
  background: #210613;
  color: #fffff5;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-family: "Courier New", Courier, monospace;
}

pre {
  font-size: 14px;
  line-height: 1;
  white-space: pre;
}

pre a {
  color: #f63090;
  text-decoration: none;
}

pre a:hover {
  color: #f63090;
  text-decoration: underline;
}