How to make add to cart button larger

How do I make my add to cart button larger?

https://sophia-shop.com/products/zahra-sunglass

Hello @evatrnt
Is the button already large?

Hi @evatrnt

You can add this code to Custom CSS in Online Store > Themes > Customize > Theme settings

.product__submit__item button {
font-weight: 700;
font-size: 1.6rem;
}