
body {
    font-family: Georgia, serif;
    text-align: justify;
    line-height: 1.618;
    margin: 0;
    padding: 0;
    background-color: whitesmoke;
    color: #000;
    max-width:  80ch;
    text-align: center;
    hyphens: auto;
}

title {
    display: block;
    font-size: 2em;
    font-weight: bold;
}

body > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#links {
    text-align: center;
}

blockquote {
    position: relative;
    margin-bottom: 2.5em;
    width: fit-content;
    max-width: 70ch;
    margin-left: auto;
    margin-right: auto;
}

blockquote p {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3em;
    font-style: italic;
    font-size: 12px;
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
}

.quote-left {
    position: absolute;
    top: 0;
    left: calc(-1em - 12px);
    color: gray;
}

.quote-right {
    position: absolute;
    bottom: 0;
    right: calc(-1em - 12px);
    color: gray;
}

#ltu {
    position: absolute;
    bottom: 1em;
    right: 1em;
}

#crosses {
    position: absolute;
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%);
}
