body {
    background-color:#fff;
    font: 18px Arial, sans-serif;
    overflow-y: scroll;
}

div#page {
    position: absolute;
    top: 111px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

h1 {
    color: #0e062c;
    font-size: 38pt;
    text-align: center;
}

h2 {
    color: #0e062c;
    font-size: 30pt;
    text-align: center;
}

html {
    height: 100vh; /* set viewport constraint, 100% of viewport height */
    min-height: 100%; /* enforce height */
}
