/* css/style.css */

/* Add your custom CSS rules here */
/* For example: */
/* body {
    background-color: #f8f9fa;
} */

.bg-gradient-light-gray {
    /* Set a solid base color */
    background-color: #6c757d; 

    /* Apply a gradient that starts at 70% from the top */
    background-image: linear-gradient(to bottom, #6c757d 70%, #858796 100%);
    
    color: #ffffff; /* Keep the text white */
}


