.btn-custom {
    background-color: #bf8e4a;
    border-color: #bf8e4a; 
    color: white;
  }
.btn-custom:hover {
    background-color: #293240;
    border-color: #293240; 
    color: bf8e4a;
  }
  .ul-default {
    list-style-type: disc; /* Bullet points */
    margin: 1em 0;         /* Vertical spacing */
    padding-left: 40px;    /* Indentation for bullets */
}

/* Default <ol> */
.ol-default {
    list-style-type: decimal; /* Numbered list */
    margin: 1em 0;            /* Vertical spacing */
    padding-left: 40px;       /* Indentation for numbers */
}
a:hover {
    color: #bf8e4a;
}