html, body {
    font-size: 26px;
    line-height: 45px;
    font-family: 'Titillium Web', sans-serif;
    background-color: #fcfcfc;
    color: darkslategrey;
}

#main {
    width: 800px;
    margin: 50px auto;
}

a {
    color: crimson;
}