.grid {
    grid-template-rows: 5em auto;
}

.grid-top {
    grid-area: 1 / 1 / span 1 / span 2;
    display: flex;
}

.grid-top h1 {
    font-size: 1.2rem;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

.grid-top h2 {
    font-size: 1rem;
    margin-top:  0.2em;
    margin-bottom:  0.2em;
}
