-How can I make the submit button 100% width on mobile devices only?
-Also how would I change font size and height for the submit button on mobile devices?
-On Desktop devices, when I center the button with this code (margin: 10px auto; width: 110px;) it works but when I change width to 400 px the button is no more in the middle. How to fix this?