body {
    background-color: #f9e0ab;
    color: #656a76;
}

main {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 15vh 25px;
}

main > section {
    margin-bottom: 30px;
    padding: 25px;
    border-radius: 15px;
}

h1, h2 {
    text-align: center;
    margin-bottom: 0.75em;
}

section {
    margin-bottom: 20px;
}

section.dark {
    background: #4d586e;
    color: #ffffff;
}

dl {
    display: grid;
    grid-template-columns: 50px 1fr;
    column-gap: 10px;
    row-gap: 5px;
}

dl dt {
    text-align: center;
}

.cultural-criteria {
    color: #e2c6c3;
}

.criteria-list h2 {
    text-transform: uppercase;
    padding: 5px;
    border-radius: 5px;
}

.criteria-list dl strong {
    font-size: 1.5em;
    display: inline-block;
    margin-bottom: 0.25em;
    margin-top: 0.25em;
}

.criteria-list dd strong {
    padding-left: 1em;
}

.cultural-criteria h2 {
    background: #9f545a;
    text-transform: uppercase;
}

.natural-criteria {
    color: #94c11f;
}

.natural-criteria h2 {
    background-color: #94c11f;
    color: #4d586e;
}

section.green {
    background-color: #94c11f;
    border: solid #fbe04d 3px;
    outline: solid #94c11f 5px;
    border-radius: 5px;
    color: white;
}

h1 small {
    display: block;
    font-size: 0.75em;
    margin-top: 0.5em;
}

blockquote {
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
}

p {
    margin-bottom: 1em;
    line-height: 1.5;
}

ul {
    list-style-type: none;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    margin-top: 2em;
    line-height: 1.5;
}

ul li {
    margin-bottom: 1em;
}

.white-interlude {
    background: white;
    padding: 10px;
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 10px;
    color: #799283;
    text-align: center;
    text-transform: uppercase;
}

.white-interlude em {
    font-size: 1.75em;
    color: #4d586e;
    font-style: normal;
    display: inline;
    margin-left: 0.5em;
    margin-right: 0.5em;
}