body {
    padding-top: 50px;
    background: #edeef0;
}
.site-container {
    text-align: center;
    font-family: 'Cabin', sans-serif;
    margin: 100px auto;
    color: #bbb;
    line-height: 120%;
}
.site-container h1 {
    color: #6b6b6b;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
}
.site-container a {
    color: #bbb;
    text-decoration: underline;
}