Add the class attribute to the <button> tag, and the class attribute value is "button".
Your design should be applied to the button itself, not the div container.
Actually you are styling a div, if you want to style a button add the class name to the button<button className='button'>contact</button>