body {
  background-color: #130e1a;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  display: flex;
}

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