.flexdivbackground {
    background-color: rgb(51, 63, 97, 0.5);          
}

.flexdivbackgroundtext {
    color: white;
}

.flexdivbackground-white {
    background-color: rgba(255, 255, 255, 0.5);          
}