html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
    background-color: #eeeeee;
    color: #2C353C;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 16px;
}
h1 {
    font-family: "Lora", Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 32px;
    color: #134FE6;
}    
.container {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.content {
    display: inline-block;
    text-align: left;
    width: 50%;
}
