:root {
  --dark-color: rgb(255, 0, 0);
  --dark-ratio: 0.5;
}

body {
  color: white;
  background-image: paint(dark);
}
