How to create larger navigation buttons for easy viewing?

Hello

Need Big Size navigation button so customers can see easily ,
and can it like " Page 1 2 3 4 > "

Website :https://www.pakistanpowertool.com/collections/all
button.png

@Pakistanpowerto Go to assets/component-pagination.css and paste below css at bottom of file

.pagination__item
{
font-size: 25px !important;
}

Thanks for the reply!!