html {
    background-color: var(--white);
}
article {
    padding: 1.5rem 2rem;
    margin-bottom: 2rem;
    border-color: #000;
    border-style: solid;
    border-width: 4px;
}

article h2 {
    background-color: var(--white);
    margin: -3rem 0 1rem;
    padding: 0 .5rem;
    width: fit-content;
}

article section {
    overflow: hidden;
}

article figure {
    float: right;
}