﻿html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    overflow:hidden;
}

.content {
    flex: 1 0 auto;
    height:80vh;
}

.footer {
    flex-shrink: 0;
    margin-bottom:10px;
}

.app-container {
    min-height:auto;
}

.navbar-brand {
    color:floralwhite;
}