/* CREATE */
:root {
--main-bg-color: brown;
}

/* USE */
div {
background-color: var(--main-bg-color);
}