Portforio-survey form

Tell us what’s happening:
Hi, I’m coding of survey form nowadays.
I wanna move the position of submit button to center and change the size.
I coded it, however it doesn’t work.
Please give me your advice.

Thank you in advance.

Your code so far
https://codepen.io/siienaa/pen/BaLJooW

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36.

Challenge: Build a Survey Form

Link to the challenge:

Hi @siena!

I would get rid of the text-align:center; and add

  margin:auto;
  display:block;

I would also add the cursor pointer {cursor: pointer;}

Also, you wrote this weight:60px; but I think you meant width instead.