html, body
{
    height : 100vh;
}

body > footer
{
    position : sticky;
    top      : 100vh;
}

header > nav > ul:first-child
{
    font-size : 2em;
}
