Debut theme has my product's name and price off to the left instead of centered

I need help! For some reason all of my product’s names and the price are not centered and they’re off to the left. I tried doing all codes from other post but it won’t work. My site is www.slatttworldwide.com

@Slattt , do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:
.price__pricing-group{
    align-items: center;
    justify-content: center;
}

.product-single__title{
    text-align: center;
}

Kind regards,
Diego