body {
    margin: 0;
    background: #000;
}

#canvas {
    position: absolute;
    margin: auto;
    width: 512px;
    height: 512px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #111;
}
