Structure Layout

With body display: flex.

Main Content

HTML5 Semantic Structure

<body>
    <header>
        <nav aria-label="Primary">
    <main>
        <aside>
            <nav aria-label="Secondary">
        <section aria-labelledby="main-content">
    <footer>
        <nav aria-label="Footer">