html {
    -webkit-text-size-adjust: 100%;
}
h1 {
    color: black;
    text-align: center;
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 2.75rem;
}

body {
    margin: 0 auto;
    padding: 12px 32px 128px 32px;
    min-width: 320px;
    max-width: 640px;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.5em;
    text-align: left;
}

li {
    margin-bottom: 12px;
    padding-left: 0.2em;
    position: relative;
    display: list-item;
    text-align: -webkit-match-parent;
}

.getty-figure img {
    block-size:  auto;
    margin-bottom: 8px;
    max-inline-size: 100%;
}
img {
    display: flex;
    margin: 0 auto 24px;
    max-width: 100%;
    border-style: none;
    font-size: .75rem;
    vertical-align: middle;
}
p {
    width: 100%;
    height: 100%;
}
div {
    width: 100%;
    height: 100%;
}