@import url('http://fonts.googleapis.com/css?family=Roboto Mono:400,700');

html, body {
    height: 100%;
}

body {
    padding: 0; margin: 0;
    font-family: Roboto Mono, monospace;
    font-size: 10pt;
    display: flex;

    /* This centers our sketch horizontally. */
    justify-content: center;

    /* This centers our sketch vertically. */
    align-items: center;
}

p.p5-hint {    
    background-color: #fff;
    color: #000;
    padding: 1em;
    margin: 1em 0 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
