body {
    font-family: Karla, sans-serif;
    font-size: 25px;
}
body > section:first-of-type {
    max-width: 600px;
    padding: 0 20px;
    margin: 10% auto 50px;
}
body > section:first-of-type h1 {
    text-transform: lowercase;
    margin-bottom: 40px;
}
body > section:first-of-type h1 span {
    color: #f60;
}
body > section:first-of-type p {
    color: #333;
}
body > section:first-of-type p:last-of-type {
    margin: 35px 0 0 70%;
}
body > section:first-of-type a {
    text-decoration: none;
    color: #333;
}
body > section:first-of-type a:not(:hover) {
    border-bottom: 1px dotted #666;
}