body.demo-active {
  background: radial-gradient(
    circle at center,
    rgba(0,0,0,0.55),
    rgba(0,0,0,0.92)
  );
  transition: background 0.6s ease;
}
