body {
    font-family: serif;
}

body > header {
    position: relative;
    top: 2em;
}

body > footer {
    position: fixed;
    bottom: 2em;
}

