.positioned-element {
	position: absolute;
	bottom: 1%;
	right: 1%;
	font-size: 20px;
	cursor: pointer;
	transition: transform 2s ease-in-out;
}

/* Animation triggered class */
.animate-pi {
	transform: rotate(720deg) scale(2);
	/* Rotates and scales up */
}