
h1 {
    text-align: center;
}

body {
    background-color: white;
}

#page {
    background: white;
    min-height: 300px;
    padding: 5px 20px 10px;
    margin-top: 40px;
}

#spacer {
    height: 700px;
}

pre {
    line-height: 100%;
}
