<footer>
<div class="content">
Тут контент и прочая ересь
</div>
</footer>
footer {
height: 150px;
background-image: url(https://img.gazeta.ru/files3/649/13056649/smesha-pic4_zoom-1500x1500-92995.jpg);
background-position: center;
}
.content {
display: flex;
justify-content: center;
align-items: center;
color: #ff0000;
height: 100%;
}