html {
    cursor:wait;
}
#content {
    display:flex;
    justify-content:center;
    align-items:flex-start;
    flex-grow:1;
    height:auto;
    margin-bottom:auto;
}