.footer {
    /* position: fixed; */
    padding: 15px 0;
    /* bottom: 0; */
    width: 100%;
    min-height: 60px; /* Set the fixed height of the footer here */
    background-color: #f5f5f5;
}