@font-face {
    font-family: BubbleButts;
    src: url(BubbleButts.woff);
}
@font-face {
    font-family: FrogPrincess;
    src: url(FrogPrincess.woff);
}

html, body, main {
  height: 100vh;
  margin: 0;
  background-color: rgb(0,0,24);
}

main {
  display: flex;
  align-items: center;
  justify-content: center;
}
main > canvas {
  border: 2px white solid;
}
