body {
  padding: 0;
  background: black;
  margin: 0;
}

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

.logo {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}