html,
body {
    background: #000;
    height: 100%;
    overflow: hidden;
}

canvas {
    display: block;
    height: 100%;
    width: 100%;
}