@import url('https://fonts.googleapis.com/css2?family=Capriola&display=swap');
/* Let's import the lovely google font, please keep this line at the top of your stylesheet */
	
#footer {
	height: 40px;
	min-height: 159px; 
	text-align: center;
	font-family: Capriola; font-size: 16px;
	text-decoration:none
}


