How can I center product title and price on Refresh theme?

Hello! I am currently putting together my product page on the Refresh theme. I would like to center my product title and price. I would also like to reduce the space between the price and the color variations. I have attached a screenshot for reference. I would really appreciate any help! Thank you!

Hello There,
Please share your store URL and Password.
So that I will check and let you know the exact solution here.

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the Bottom of the file:
.product__title h1 {
    text-align: center;
}
.product-form__buttons {
    text-align: center;
    margin: 0 auto;
}