div.heading {
    padding: 5px;
    border: inset 5px #bbb;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-auto-rows:auto;
    gap: 10px;
    align-items: center;
    justify-items: center;
    width: calc(100% - 10px);
    background: white;
    margin:5px;
}
#heading {
    display: block;
    font-weight: bold;
    font-size:120%;
    text-align: center;
}
#text {
    width: calc(100% - 10px);
    background: white;
    border: inset 5px #bbb;
    padding: 5px;
    margin:5px;
}
div.heading img {
    display: block;
    width: 90%;
}
#caption-2 {
    font-weight: bold;
}
#caption-1,#caption-3 {
    font-size: 80%;
    font-weight: bold;
}
.style-6 {
    font-style: italic;
}
