body {
    margin: 0;
    overflow: hidden;
}

#canvas {
    background:radial-gradient(circle farthest-corner at center top, #071021, #19324a);
}