/* Move down content because we have a fixed navbar that is 3.5rem tall */
.bg-header {
  background: #5b5280;
}
.bg-content {
  background: #e9eCef;
}
.bg-online {
  background: #a2436a;
  font-size: 12px;
}
.btn {
  background: #a2436a;
  color: #fff;
}