body {
    padding-top: 60px; /* Adjust based on your navbar's height */
    padding-bottom: 130px;
}

.header-image img {
    max-height: 400px;
    object-fit: cover;
}

footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}