Live version can be found at this link
The background image extends beyond the footer.
body {
background-image: url(../img/planet.jpg);
background-repeat: no-repeat;
background-size: cover;
}
Footer:
.footer {
padding-top: 5rem;
padding-bottom: 5rem;
background-color: #2c3e50;
color: #fff;
}
The footer is set to stay at the bottom of the page. It is not fixed, so content will flow under it if needed.