html {
  height: 100%;
  width: 100%;
}

/* center all content */
body {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
}

/* make all text use monospace */
* {
  font-family: monospace;
}