*{margin:0;padding:0;}

html, body{
  height: 100%;
  width: 100%;
}

body {
  align-items: center;
  background: #0f0408;
  display: flex;
  justify-content: center;
}

canvas {
  display: block;
  filter: blur(2px);
}