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: White; /* This sets the text color to white */
/*   background-color: #E1F299; /* This sets the background color to the new hex value */
 /*   border-color: #FFFFF; /* This ensures the border color matches the background */
}
