Issue with centering button text

I have a button with the following direct styling. The internal text will not center and I have tried various methods, but the goal is to align the internal text both vertical and horizontal.
TRIED:
padding: 0;
padding: auto;
Here is the entire code...https://codesandbox.io/s/ict-birthday-list-fdh3kc?file=/index.html
button.list-record-button {
  height: 9%;
  width: 75%;
  margin: 2rem auto;
  line-height: 1rem;
  text-align: center;
}
CodeSandboxfossjam
ict_birthday-list by fossjam using parcel-bundler
ict_birthday-list - CodeSandbox
Was this page helpful?