body {
    margin: 0;
    background: black;
}

#gameCanvas {
    display: block;
    background: rgb(175, 230, 255);
}