For this query remove the spaces between classes in css selector
driver.find_element_by_css_selector('.button.c_button.s_button').click()
And check your answer if you still got same error go through
print(driver.page_source) and check the name, mostly error will be with the name, if you have a different name please rename it to which you are calling and retry it. Hope it will help you.
If you wish to Learn Selenium visit this Selenium Webdriver Tutorial and Selenium Webdriver Interview Questions by Intellipaat.