﻿/* Global CSS overrides can go here */
html, body {
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin: 0;
}

#rassig,
#notcom {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}