html,
body {
    height: 100%;
    margin: 0;
    background: #000000;
}

canvas {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}