.Loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
.Loader .circle {
  color: #2975CC;
  animation: rotate 0.8s linear infinite;
}


/*# sourceMappingURL=main.6ef746f1b98896ea0af3.css.map*/