html, body {
    height: 100%;
    margin: 0px;
    color: white;
}

.full-height {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.header-bar {
    background-color: #f502c8;
    height: 50px;
}

.content-container  {
    flex-grow: 1;
    background-color: #3a0345;
}

.footer-bar {
    background-color: #a002f5;
    height: 50px;
}