/* Add custom CSS styles below */ 
.app-inner.flex.flex-col.min-h-full {
    background: linear-gradient(to bottom, #ffffff, #f1e4c8);
}
.footer-is-light .store-footer .store-footer__inner,
.footer-is-light .store-footer {
    background-color: #5f3d1b;
    color: #f1e4c8
}
.bg-white {
    background-color: #f1e4c8;
}
.copyright-text p {
    color: #f1e4c8;
}