.btn-primary{
 background-color:#CE251E !important;
color: white !important;
border: #CE251E !important;
}
.banner{
    background-color: rgb(206, 37, 30);
    border-color: #CE251E;
}
.page-item.active .page-link{
    background-color: #CE251E;
      border-color: #CE251E;
  }
  /* a {
    color: #CE251E;
  } */
  .box.box-primary {
    border-top-color: #CE251E;
  }
  .modal-header {
    background-color: #CE251E;
  }