main {
    line-height: 2;
}

main > .resizer > * {
    margin-bottom: 16px;
}

main > .resizer > span {
    display: block;
}

main > .resizer a {
    text-decoration: none;
    color: #1e90ff;
}

main > .resizer img {
    height: auto;
    width: 100%;
    border-radius: 48px;
}

main > .resizer p:last-of-type,
main > .resizer ul:last-of-type,
main > .resizer ol:last-of-type {
    margin-bottom: 0;
}