* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  overflow: hidden;
  background: black;
}
canvas {
  padding: 0;
  margin: auto;
  display: block;
  position: absolute;
  width: 800px;
  height: 800px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
img {
  display: none;
}
@font-face {
  font-family: 'BungeeHairline';
  src: url(BungeeHairline-Regular.ttf);
}