#canvas {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
}
#text {
    font-size: 16pt;
    color:#8B8986;
    margin-top: 150px;
    width: 980px;
    text-align: center;
}
#text h1 {
    opacity: 0.9
}