html, body {
  margin: 0;
  min-height: 100%;
}

body {
  min-height: 100vh;
  background: #1f4fb8;
  color: #ffffff;
  font-family: "Courier New", Courier, monospace;
}

main {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 28vh;
  box-sizing: border-box;
}

.ascii {
  margin: 0;
  text-align: center;
  font-size: clamp(12px, 2.35vw, 31px);
  line-height: 1.05;
  letter-spacing: 0.03em;
  white-space: pre;
}
