/* colors goes here */

html {
  background-color: #fff;
}

.orange {
  color: #f37e45;
}

.brown {
  color: #802f2e;
}
