#library {
    display: none;
}

canvas {
    -webkit-transform: translateZ(0);
    width: 100%;
    background-position: center;
    position: fixed;
    top: 0;
    z-index: 50;
}
#content {
    position: relative;
    top: 0;
    z-index: 200;

}