body {
  background-color: #262626;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

canvas {
  max-height: 100vh;
  height: 100% !important;
  width: auto !important;
}
