/* here you can put your own css to customize and override the theme */
.text-warning {
  color: #8a6d3b;
}
.text-success {
  color: #3c763d;
}
.text-info {
  color: #31708f;
}
.text-danger {
  color: #a94442;
}
