:root {
  --main-bg-color: aliceblue !important; 
}


html {
  background-color: var(--main-bg-color) !important;
}