html, 
body {
    height: 100%;
}

body {
    background: #fff5d6 url(./bg.jpg) center center;
    background-attachment: fixed;
    background-size: contain;
    font: normal 100%/1.5rem "Palatino Linotype", Palatino, "URW Palladio L", "Book Antiqua", Georgia, serif;
    color: #573625;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem;
}

@media screen and (min-width: 768px) {
    body {
        margin: 2rem;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    line-height: 1.5rem;
    margin: 0 0 .5rem 0;
}

h1 {
    font-size: 1.5rem;
}

a {
    color: #573625;
    text-decoration: none;
    border-bottom: 1px dotted #573625;
}

p {
    margin: 0 0 1rem 0;
}

picture img {
    max-width: 100%;
    height: auto;
    border-radius: 1rem;
    margin: 0 0 1rem 0;
}

.hidden {
    display: none;
}

/* .amp {
    font-style: italic;
    font-family: "Palatino Linotype", Palatino, "URW Palladio L", "Book Antiqua", Georgia, serif;
} */

.page {
    min-height: 600px;
}