How to center all text on website and how to add 1 full background image

need all text centered and need 1 full background image, my images are separated thru header body and footer but i want a full image that covers all 3 without having to seperate em.

My website is www.beldi.xyz

@beldiriver ,

dl.price.price--listing {
    text-align: center !important;
    display: block;
}

.h4.grid-view-item__title.product-card__title {
    text-align: center;
    margin: 0 auto;
    display: block;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

for background you need to make only 1 image background.. not like this

i have the image i want i just want to know if theres a way to input 1 picture that is for the header body and footer

Ok @beldiriver ,

I think you issue is solved as I have seen your store?