.tiny-scope {
  color: #998899;
}
.scope1 {
  color: blue;
  border-color: black;
}
.scope1 .scope2 {
  color: blue;
}
.scope1 .scope2 .scope3 {
  color: red;
  border-color: black;
  background-color: white;
}
