html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 250px; /* Adjust this value based on your footer height */
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 200px; /* Adjust based on your content */
}