3 Errors in Stylesheet…
		Hello
I was looking to change my PINK buttons to black with gray highlight; my
highlighted text from GREEN to gray; and my CONTINUE READING buttons from GREEN to black, but the php warns that there are 3 errors in the stylesheet. I have pasted them here. Each says 'unexpected brace.'
Thanks
website: https://www.frompwcd.com
1.
/*Arrow Animation*/
@-webkit-keyframes arrow-jump {
	0%   { opacity: 0;}
	100% { opacity: 1;
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		-0-transform: translateY(10px);  3436
		transform: translateY(10px);
2.
 }
	@keyframes smoothScrollBack {  7226
	  0% {
	    transform: translateY(20px);
3.
  padding-bottom: 42px;
	}
}  8138	
	
