body {
    font-family: 'Macondo', cursive;
    background-color: blanchedalmond;
    background: url(/parchment.jpg) no-repeat center center fixed;
    background-size: cover;
    font-size: 28px;
}

.handwritten {
    font-family: 'Lavishly Yours', cursive;
    font-size: 32px;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 55px;
}

a,
a:link {
    color: darkolivegreen;
}