h1
{
    font-size: 2.5em;
    font-weight: bold;
    color: var(--main-colour);
    text-align: center;
}

.contents
{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.25fr 1fr;
    margin-left: 7.5em;
    margin-right: 7.5em;
    padding-bottom: 1.5em;
}

.contents div
{
    margin-bottom: 1em;
}

.list
{
    display: grid;
    grid-template-columns: 1em 1fr;
    grid-template-rows: auto;
    grid-column-gap: 2.5em;
    /* grid-row-gap: 1.5em; */
    align-items: center;
    margin-top: 1em;
}

.marker
{
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background: #AEA77D;
    margin-right: .5rem;
}

img#marlene
{
    clip-path: circle(50% at 50% 50%);
    /* clip-path: ellipse(37% 49% at 50% 50%) */
	margin: 0 auto;
	margin-bottom: 2em;
}