body {
  background-color: #480C32;
  color: rgba(255,255,255,.90);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}
.section-dark .text-muted {
  color: rgba(255,255,255,.50) !important;
}
.section-light .text-muted {
  color: rgba(0,0,0,.50) !important;
}