/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */
.dFlex {
    border:1px solid black !important;
    background-color:blue !important;
    display: flex !important;
}
