html, body {
  margin: 0;
  padding: 0;
  background-color: black;
  overflow: hidden;
}

canvas {
  width: 100vh !important;
  height: 100vh !important;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
}