@import url('https://fonts.googleapis.com/css2?family=Comforter&display=swap');

body{
	background-color: tomato;
	color: aquamarine;font-family: 'Comforter', cursive;
	cursor: url(1f4a9.png), auto;
}

#chicken{
	color: #0000FF;
}

#chickenwing{
	color:#FFFF00;
}
.aclass:hover{
	font-size:20;
	color: blue;
	background-color: #000000;
	cursor: url(1f355.png) 8 16, auto;
}	