/* Change Footer Background Color */
.footer {
    background-color: #1a1a1a !important; /* Replace with your desired color code */
}

/* Change Footer Text Color */
.footer, .footer a {
    color: #ffffff !important; /* Replace with your desired text color */
}

/* Optional: Change Footer Link Hover Color */
.footer a:hover {
    color: #f39c12 !important; /* Replace with your desired hover color */
}