Add custom CSS for specific CMS item

Oh, I misread. You should have linked directly to the page Flexible template example

Here you go:

<script>
if(location.pathname === '/posts/5-great-web-design-resources') {
  $('h2').css('color', 'hotpink');
}
</script>