﻿html {
    min-height: 100vh;
}

header {
    background-color: #bbb;
}

body {
    background-color: #f3f4f5;
    min-height: 100vh;
}