a   +   b  >  c {
  d e {
    color: blue;
    background: white;
  }
  color: red;
  background: gray;
}