html, body {
  height: 100dvh;
  margin: 0;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Monospace;
}

.box {
  max-width: 71%;
}

