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

body {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#console {
  font-size: 3em;
  font-family: 'Courier New', Courier, monospace;
}
