@media screen and (min-width: 1024px) {
  .rotate {
    animation: rotation 300s infinite linear;
  }
}
/*# sourceMappingURL=styles.css.map */