html,
body {
    margin: 0;
    overflow: hidden;
    height: 100%;
    line-height: 1.5;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: normal;
}

.info{
    position:absolute;
    bottom:10px;
    right:0;
    left:0;
    text-align: center;
    color:#fff;
    font-weight:400;
    letter-spacing: .02em;
}

/* Scale canvas with resize attribute to full size */
canvas[resize] {
    width: 100%;
    height: 100%;
    background-color:#000;
}