.avatar {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash 80s linear infinite;
  width: 100%;
}

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

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