.body-bag {
    background-color: white;
    font-family: "Ringside Regular A","Ringside Regular B",sans-serif;
  font-size: 16px;
  color: #073B43;
}

.btn-success {
    color: white;
    background-color: #034854 !important;
    border-color: #034854 !important;
  }

  .btn-info {
    color: white;
    background-color: #B88E14 !important;
    border-color: #AF7611 !important;
  }

a{
    color: #034854;
}

.custom-link {
    color: #258A64;
}    

