body {
    background-color: white;
    margin: 0;

    /* leave it to hide the scrollbars */
    overflow: hidden;
}


.p5Canvas {
    display: none;
}

.sketch {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}