.butterfly{
	transition: 0.4s;
}
.butterfly:hover{
	transform: scale(1.15, 1.15);
}
