canvas {
    position: absolute;
    top: 0;
    bottom: 0;
}
h1 {
    margin-top: 40px;
    color: #fff;
    font-size: 72px;
    opacity: 0.7;
}
h1 b {
    color: #777;
    font-size: 36px;
}
body {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #000;
    color: #ccc;
    font-size: 14px;
}
a {
    color: #888;
}
a:visited {
    color: #ccc;
}
a:hover {
    color: #fff;
}
#header {}
#header a {
    text-decoration: none;
}