html,
body,
canvas {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    background: black;
    z-index: 0;
}

html, body, canvas {
    width: 100%;
    height: 100%;
}
