:root {
    --colwh: white;
    --colbl: rgb(0, 0, 0);
}

.background {
    background-color: var(--colwh);
}