
/* style.css */

html, body {
    height: 100%;
    background-color: blanchedalmond;

}
button {
    position: absolute;
    justify-content: left;

    /*left: 0px;*/
    /*top: 77px;*/
}
body {
    margin: 0;
    display: flex;
    /* This centers our sketch horizontally. */
    justify-content: center;
    /* This centers our sketch vertically. */
    align-items: center;
}
