body {
    background-color: #fff;
    font-family: "David Libre", georgia, serif;
    line-height: 1.5;
    font-size: 16px;
    color: #333;
}

a:link, a:visited, a:active, a:hover {
    color: #2ABD95;
    text-decoration: underline;
}
a:active, a:hover {
    color: #008862;
}


#outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}
    #middle {
        display: table-cell;
        vertical-align: middle;
    }
        #inner {
            margin-left: auto;
            margin-right: auto; 
            width: 20rem;
        }
            p {
                text-align: center;
                margin-top: 1rem;
            }
                p:first-child {
                    margin-top: -24px;
                }
            h1 {
                font-family: "Source Sans Pro";
                font-size: 2rem;
                text-align: center;
                margin-top: 0.5rem;
            }
