
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f8f9fa; /* Add your desired background color */
    height: 50px;
    line-height: 25px;
    border-top: 1px solid #cccc;
    padding: 10px 0;
}