header {
    background-color: #ffffff;
    color: #f8f9fa;
    text-align: center;
    padding: 20px 0;
}
/* footer {
    background-color: #f8f9fa;
    color: #000000;
    text-align: center;
    padding: 20px 0;
} */
footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f8f9fa;
    color: #000000;
    text-align: center;
    padding: 20px 0;
}
.content-wrapper {
    padding-bottom: 60px; /* Adjust this value according to your footer's height */
}