#infoheader{
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

div.flex-container{
    display: flex;
    flex-direction: row;
}

.flex-container > div {
    margin: 10px;
}

#project-attributes{
    justify-content: space-between;
}
#project-attributes > div > p{
    margin: 0;
}

div.project-status{
    height: 22px;
    padding: 2px 8px;
    gap: 0px;
    border-width: 1px 0px 0px 0px;
    border-radius: 2px 0px 0px 0px;
    background: #00662C;
}

h2.project-title{
        font-family: "Figtree", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        text-align: left;
        color: #003C56;
}

p.project-status{
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: left;
    color: #FFFFFF;
    white-space: nowrap;
}

.project-attr{
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    text-align: left;
    color: #121212;
}