body {
    color:#333;
    font-family: 'Source Sans Pro', sans-serif;
    font-size:18px;
    font-weight: 200;
    line-height:1.6;
    margin: 40px auto;
    max-width: 500px;
    padding:0 10px;
}
header {
    text-align: center;
}
h1 {
    font-size: 72px;
    margin: 0;
    padding: 0;
}
h1, h2, h3{
    color: #000;
    font-family: 'Permanent Marker', sans-serif;
    line-height:1.2
}
p {
    font-weight: 100;
}
a, a:visited {
    text-decoration: none;
    color: blue;
}