body {
    background-color: #eee;
    color: #999;
    font-size: 1.1rem;
    line-height: 1.7;
    margin: 0;
    padding: 4rem 1.5rem;
    display: flex;
    justify-content: center;
}

header {
    text-align: center;
}

main {
    max-width: 40em;
    width: 100%;
}

article {
    text-align: justify;
    color: #444;
    font-weight: 200;
    font-family: 'Crimson Text', serif;
    font-size: 1.4rem;
    line-height: 1.65;
}

article strong {
    font-weight: 600;
}

h1, h2, h3 {
    font-family: 'Alegreya SC', serif;
    font-variant: small-caps;
    font-weight: 100;
    letter-spacing: 0.05em;
    color: #3b1f1f;
    margin-bottom: 2rem;
    font-size: 2rem;
    text-align: center;
    line-height: 1.3;
}

h1::after {
    content: "";
    display: block;
    width: 3rem;
    height: 2px;
    background-color: #7b1e1e;
    margin: 1.5rem auto 0;
}

p {
    margin-bottom: 1.2rem;
    //text-indent: 3rem;
}

article p:first-of-type::first-letter {
    float: left;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2.6em;
    line-height: 1;
    padding-right: 0.1em;
    padding-top: 0em;
    font-weight: 700;
    color: #7b1e1e;
}

a {
    color: #777;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #7b1e1e;
    border-bottom-color: #999;
}

ul {
    list-style: none;
    padding: 0;
}

ul li::before {
    content: "† ";
    color: #7b1e1e;
    margin-right: 0.3em;
}

ul li {
    margin-bottom: 0.5rem;
}

a {
    font-family: 'Lora', Georgia, serif;
    font-style: italic;
}