body { /* enter the font-family for body text */ }
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 { /* enter font family for headings */ }
.btn-primary {
    color: Black; /* This sets the text color to white */
  background-color: #FFA500; /* This sets the background color to the new hex value */
 /*   border-color: #CB985; /* This ensures the border color matches the background */
}