* {
    margin: 0;
}

canvas {
    /*position: absolute;*/
    position:fixed;top:0;left:0;
    width: 100%;
    height: 100%;
    background: #111111;
    z-index: -1;
}

#info {
    color: #FFF;
    font-family: "Lucida Sans Typewriter", "Lucida Console", Monaco, "Bitstream Vera Sans Mono", monospace;
    /*margin: 10px 10px 0;
    padding: 8px;
    background: #161616;
    position: absolute;
    bottom: 0;
    z-index: 1;*/
}

#info h1 {
    font-size: 18px;
}

#info p {
    font-size: 11px;
}