:root{
    --main-color: #ff702a;
}
html, body{
    background-color: var(--main-color) !important;
}