.headerContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    background-image: linear-gradient(45deg, hsl(212deg 100% 27%) 0%, hsl(210deg 95% 31%) 19%, hsl(209deg 89% 35%) 34%, hsl(208deg 82% 39%) 47%, hsl(207deg 77% 43%) 58%, hsl(206deg 73% 47%) 68%, hsl(206deg 67% 51%) 76%, hsl(206deg 69% 54%) 84%, hsl(206deg 71% 57%) 90%, hsl(206deg 74% 61%) 95%, hsl(206deg 77% 64%) 100%);}

.segment {
    background:  linear-gradient(to top, #cde0f8 0%, #fdfeff 31%);
    background-size: 100%;
}

.impCentLogo {
    flex-grow: 1;
    margin-left: 10px;
}

.logo {
    margin-right: 10px;
}

.pushable {
    overflow-y: hidden !important;
}