body {
    margin: 0;
    overflow: hidden;
    background: #222;
}
canvas {
    display: block;
    margin: auto;
    background-color: #111;
}