.avatar {
  stroke-dasharray: 400;
  animation: dash 10s infinite linear alternate-reverse;
  width: 100%;
}

@keyframes dash {
  to {
    stroke-dashoffset: 1000;
  }
}

/*# sourceMappingURL=web.css.map */
