.quoted{
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.normal{
    color: black;
}
.dancing{
    color: gray;
    text-shadow:0px 0px 0 rgb(230,230,230),1px 1px 0 rgb(215,215,215), 2px 2px 0 rgb(200,200,200),3px 3px 2px rgba(0,0,0,0),3px 3px 1px rgba(0,0,0,0.5),0px 0px 2px rgba(0,0,0,.2);
}

