HELP!! Editing the location of the button on banner

Hey Guys! I am in the process of designing my first shopify store.

On my homepage, I have a banner and the call to action button is centered, but I want to lower the button below text on my banner image

My theme is Simple.. I have reviewed other responses and have tried the code suggestions, but I can never mind the code they mention.

Help!!!

hi can you please share the store URL so I can give you exact code to lower the button on banner with CSS. @bshepp

Thanks for the help! www.sugarhousecandleco.com (or do you need the shopify one)
[http://cdn.shopify.com/s/files/1/0603/9886/2551/files/SHCC_Logo_-_V1_1_1200x1200.png?v=1635992778]
Sugarhouse Candle Company
Sugarhouse Candle Company
www.sugarhousecandleco.com

go to preferences and provide password to view the store! @bshepp

Hey! Sorry about that! I forgot it still had the password.

Password to access site: -

Thanks!

Go to edit theme then in theme.scss.liquid in assets paste this code at the bottom and save

.slides__btn {
    margin-bottom: -213px;
}

BEAUTIFUL! Thanks so much!!