/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.container .change-red {
  color: red;
}

.container .change-blue {
    color: blue;
}

.hello .change-violet {
    color: violet;
}