.border-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 6rem;
  height: 6rem;
  border: 0.55rem solid black;
  border-radius: 50%;
  animation: pulse-border 1s linear infinite;
}
.border-animation--border-1 {
  animation-delay: 1s;
}
.border-animation--border-2 {
  animation-delay: 1.2s;
}

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