body {
  padding-top: 54px;
  background-color: #36393f;
  color: white;
}

.bg-dark {
  background-color: #32363c !important;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.col-md-3 {
  position: relative;
}

.ccenter {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
}
