.girogiro {background-image:url('https://i.imgur.com/HPjTxOs.png');width:70px; height:71px;position:stati; margin-top:-110px; margin-left:210px; -webkit-animation-name:rotate;
	  -webkit-animation-duration:4s;
	  -webkit-animation-iteration-count:infinite;
	  -webkit-animation-timing-function:linear; } @-webkit-keyframes rotate {
	  from { 	-webkit-transform:rotate(0deg); }
  to { -webkit-transform:rotate(360deg); }
}

@-webkit-keyframes spinx {
	  from { 	-webkit-transform:rotatex(0deg); }
  to { -webkit-transform:rotatex(360deg); }
}

a.squiggle {
  background-image: linear-gradient(#f8c8d0, #d1a0d1);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 2px 2px;
  color: inherit;
  text-decoration: none;
}

a.squiggle:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-15px);}}%3C/style%3E%3Cpath fill='none' stroke='%230087ca' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
  background-size: auto 4px;
}
