body {
  font-family: 'Courier New', Courier, monospace;
  font-size: xx-large;
  font-weight: bold;

  display: flex;

  justify-content: center;
  vertical-align: middle;

  overflow: hidden;
  margin: 0;

  background-color: black;
  color: white;
}

#p5_loading {

}