body {

    background: black;
    color: #cccccc;
    font-family: monospace;
    padding: 60px;

}


#text {

    max-width: 800px;
    line-height: 2;
    white-space: pre-line;

}


a {

    color: #cccccc;
    text-decoration: none;

}


a:hover {

    color: white;

}


.warning {

    color: #999999;

}


.final {

    letter-spacing: 4px;

}
