html, body {
    background-color: #3B98AD;
    margin: 0;
    height: 100%;
}

#game-canvas {
    margin: 0;
}

