You can add a function that is called on click which can update your
css. Try this
function myFunction()
{
document.getElementById('clickCount').setAttribute("class", "style1");
}
Here is some more info on .setAttribue:
https://developer.mozilla.org/en-US/docs/Web/API/Element/setAttribute