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

html {
    background: #020202;
}

body {
    margin: 0;
}

canvas {
    position: absolute;
    width: 100%;
}