.r10{
  transform:rotate(10deg)
}

.r10-s11 {
  transform: rotate(10deg) scale(1.1);
}


.r-3-s11 {
  transform: rotate(-3deg) scale(1.1);
}