.light-grey-bg {
  background-color: #efefef;
}

.btn-primary {
  background-color: #e93c11;
  border: #fdbf7c 1px solid;
  color: #fff;
}

.btn-outline-primary {
  border: #fdbf7c 1px solid;
  background: #eee;
  color: #000;
}

.bg-tertiary {
  background-color: #8cd7ff;
}

footer {
  background: #eee;
}

pre {
  background: #eee;
}

.grey-bg {
  background: #eee;
}

/*# sourceMappingURL=main.css.map */