header {
    position: relative;
    min-height: 163px;
}

#header-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--limeapple-green);
    border-radius: 0 0 20px 20px;
    overflow: clip;
}

#header-gradient {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

#header-contents {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 50px;
    padding-right: 90px;
    justify-content: space-between;
}

#header-logo {
    height: 97px;
}