html {
    font-size: 15px;
}

body {
    font-family: Garamond, Georgia, serif;
    line-height: 1.5;
    max-width: 960px;
    margin: 0 auto;
}

h1, h2 {
/*    font-family: Impact, fantasy;*/
    text-align: center;
    font-variant: small-caps;
}

h1 {
    font-size: 3rem;            /* 3 x 15px = 45 */
}
 
h2 {
    font-size: 2rem;            /* 2 x 15px = 30 */
}

a {
    text-decoration: none;
    font-weight: bold;
}

a:link {
    color: brown;
}

a:visited {
    color: brown;
}

a:hover {
    color: burlywood;
}

a:active {
    color: burlywood;
}





/* -- EXTRA -- */


html {
    background-color: burlywood;
}

body {
    background-color: white;
    padding: 1em 2em;
    box-shadow: 0 0 15px rgba(0,0,0,.5);
}

ul li {
    list-style-image: url('../images/feather-alt-solid.svg');
}