html {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center; }

body {
  font-family: "League Mono", monospace;
  display: grid;
  place-items: center;
  resize: both;
  overflow: auto;
  height: 100%; }
