You could use flexbox for your footer class and align items at its center:
footer
.footer { background: url(../assets/pay_me/payme_background.jpeg) center center ; height: 350px; display: flex; align-items: center; }
2.1m questions
2.1m answers
60 comments
57.0k users