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.
If you are interested to learn Selenium on a much deeper level and want to become a professional in the testing domain, check out Intellipaat’s Selenium course!