:root {
    --pri: #0E2B5C;
    --sec: #FFC404;
    --thi: #276b38;
    --white: #ffffff;
}
.themebox0 {
    background: var(--pri)!important;
    border: 2px solid #FFF;
}
.themebox1 {
    background: #631111!important;
}
.themebox2 {
    background: #05430A!important;
}
.footer_bg {
    background: #0E2B5C!important;
    color: #fff;
}
.footer_stripe{
    background: #071e46!important;
}
.sec_boxes_theme{
    background: #e6eefc;
}