/* Make it a little easier to tap this demon. */
.like-a-dying-demon::before {
  content: '';
  position: absolute;
  top: -0.2rem;
  bottom: -0.2rem;
  left: -0.4rem;
  right: -0.1rem;
}

/* Her head */
.wiggle.like-a-dying-demon seg:first-child {
  animation-duration: 200ms;
}

/* Her rest */
.wiggle.like-a-dying-demon seg:last-child {
  animation-duration: 300ms;
}