﻿html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
}

.content{
    flex-grow:1;
}
