h7 {
    margin-top: 1em;
    overflow-wrap: break-word;
    font-family: 'GothamNarrow', serif;
    margin-bottom: 10em;
}

.list-group-item {
    background-color: #e9ecef;
    font-family: 'GothamNarrow', serif;
}


.list-group-item {
    background-color: white;
}

.interactive {
    margin-top: .5em;
    padding: 2em;
    border-radius: .3rem;
    background-color: #f8f9fa;
}

.interactive .interactive {
    background-color: #e9ecef;
}

code {
    background-color: #e9ecef;
}
