How can I modify the button shape on my webpage?

Hello everyone !
I need help to change the pages buttons on my website https//structureparis.com (no password)
I would like it to be round, can someone help me ? Thanks

@andrew133

Add this code at the bottom of your style.css file.

.paginate .current, .paginate .page a, a.tag {
    border-radius: 30px !important;
}

Do let me know if it works.

Yes its work thanks but I still have a little issue to fix and somethings to remove if you can help me again
The button “1” is not 100% round and I would like to remove the “< Précédent” and “Suivant >” button if possible