@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&family=Permanent+Marker&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&family=Permanent+Marker&display=swap');
body{
	background-color: lightslategrey;
	color: lime;
	cursor: url(poop.png), auto;
}

#chicken{
	color: #B0E0E6;
	font-family: 'Shadows Into Light', cursive;
}
#roastchicken{
	color: #DDA0DD;
	font-family: 'Yuji Boku', cursive;
}

.slicedchicken{
	color: rgb(255, 255, 255);
	font-family: 'Permanent Marker', cursive;

}
/* the text will change on hover YAY!!! :) */
.aclass:hover{ 
	font-size: 200;
	color: yellow;
	background-color: #000000;
	cursor: url(pizza.png) 32 54, auto;
} 


/* hello there*/
#a-id:hover{ 
	font-size: 100;
	color: #290879;
	background-color: green ;
}