body {
    background:black;
}

canvas {
    margin: 0 auto;
    position:absolute;
    left:50%;
    transform: translateX(-50%);
}