<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Add here all your CSS customizations */
.row.bgblack {
    background: #000;
    color: #FFF;
    padding: 15px 0px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 11111;
}
 

.row.bgblack div {
    float: left;
}</pre></body></html>