﻿html, body {
    min-height: 100vh;
}

body {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.content {
    /* Include `0 auto` for best browser compatibility. */
    flex: 1 0 auto;
}

.header, .footer {
    background-color: grey;
    color: white;
}
