body {
    background-color: lightblue;

    /* leave it to hide the scrollbars */
    overflow: hidden;
    margin: 0px !important;
}

.dg {
    display: none;
}

canvas {
    width: 100%;
    height: 100%;
}