body {
    font-family: 'EB Garamond', Georgia, Times, 'Times New Roman', serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

header {
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
}

main {
    padding: 10px 20px 20px 20px;
    max-width: 800px;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 1.2em;
}

#logo {
    display: block;
    margin: 0 auto;
}

h1, h2, h3 {
    color: #35424a;
}

p {
    margin: 15px 0;
}

ul, ol {
    margin: 15px 0 15px 20px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px 0;
}

footer {
    text-align: center;
    padding: 10px 0;
    color: #000;
    position: relative;
    bottom: 0;
    width: 100%;
}

/* Use images/flourish.svg as the ruler image */
hr {
    border: none;
    height: 50px;
    background: url('images/flourish.svg') no-repeat center center;
    background-size: 20%;
    margin: 20px 0 10px 0;
}

@font-face {
    font-family: 'EB Garamond';
    src: url(fonts/EBGaramond-VariableFont_wght.ttf) format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

.descriptor {
    font-family: 'EB Garamond', Georgia, Times, 'Times New Roman', serif;
    color: #000;
    font-size: 1.4em;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5em;
    text-shadow: 2px 2px 2px #ccc
}
