body > main {
    padding: var(--main-content-margin);
    max-height: 100vh;
    overflow: auto;
}

h1 {
    font-size: 5.25rem;
    font-weight: bold;
    line-height: 1.1em;
    letter-spacing: -0.01562em;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

h4 {
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1.1em;
    letter-spacing: -0.01562em;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

.flex-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.flex-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
}

.content-end {
    justify-content: flex-end;
}

.main-content figure {
    margin: 0;
}


.main-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    height: 100vh;
    max-height: 100vh;
}

#images-app-sample > img {
    max-height: 100vh;
    max-width: 50vw;
}

@media (max-width: 1098px) or (orientation: portrait) {
    .main-content {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
    }

    #images-app-sample > img {
        max-height: 50vh;
        max-width: 100vw;
    }
}


#images-app-sample {
    display: flex;
}



#images-download-badges {
    margin-top: 1.25rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#images-download-badges > .apple {
    margin: auto;
    height: 80px;
    padding: 13px;
}

#images-download-badges > .android {
    height: 80px;
    margin: auto;
}
