I am unable to save my data from a form

There is a hidden field named _wpnonce in your form including hard coded value, plus another field named _wp_http_referrer. You better remove these, and let
settings_fields() generate them. (it should already do so).