.foo {
  color: green;
}

.bar {
  color: red;
}

.baz {
  color: yellow;
}

.qux {
  color: blue;
}
