body {
    padding: 40px;
}

div {
    font-family: 'Droid Serif', serif;
    font-size: 12px;
}

#header {
    margin-bottom: 40px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Crimson Text', serif;
}

p {
    font-size: 1.4em;
    line-height: 25px;
    margin-bottom: 25px;
}

a, a:hover, a:active {
    color: #f6a020;
}

.button:focus, .button:hover {
    background-color: #fac889;
    color: black;
}

.button {
    background-color: #f6a020;
    color: black;
}