<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* YOUR CUSTOM STYLES */

.header-top {
    background: #412A1F; /*el color es el que definicio Nicolas*/
}
header .container{
    background-color:#412A1F;
}
footer#main-footer{
    background-color: #412A1F;
} 
.gradientBackground {
    background: #412A1F;
    background-image: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.35) 100%);
}</pre></body></html>