body, html {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #333;
    height: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
}

.site-title {
    background: #2854a1;
    display: inline-block;
    padding: 10px 15px;
}
.site-title,
.site-title a {
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    text-align: left;
}
.wrapper {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
}
.container {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
h2 { font-size: 50px; margin-top: 0; margin-bottom: 0; font-weight: 400; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
article p {
    padding-top: 0;
    margin-top: 0;
}
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }