/* Set the background color of the element to #fe9d00 */
.theme-orange {
    background-color: #fe9d00;
}

.carbon-black{
    background-color: #000000;
}
.theme-blaze-orange{
    background-color: #db8b14;
}
.theme-blue-dark{
    background-color: #2e48bb;
}
.bg-black{
    background-color: #000000;
}