@keyframes light {
    0% {transform: scale(0.0);}
    100% {transform: scale(0.75);}
}


@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}