html, body {
    margin: 0;
    padding: 0;

    background: black;
    color: aliceblue;
}

canvas {
    display: block;
}
