body {
  background-color: black;
  color: white;
  font-family: "Lucida Console", monospace;
  font-size: 1rem;
  line-height: 1.2;
  max-width: 100vw;
  white-space: pre-wrap;
      margin: 0 auto;
    padding: 0.5em 0 0.5em 0;
}
.ascii {
    display: flex;
    justify-content: center;
}
div {
    justify-content: center;
    text-align: center;
}
#ascii {
    white-space: pre-wrap;
    font-family: monospace;
    margin: 0;
    padding: 0;
    color: white;
    background-color: #000000;
    overflow: auto;
    text-align: left;
}