:root {
  --st-gold: #998116;
}

.spinning-top {
  display: flex;
  flex-direction: column;
}
.spinning-top > .wrapper {
  flex: 1;
}
.spinning-top__wheel {
  max-width: 70svw;
  max-height: 70svh;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 5px solid var(--st-gold);
}

/*# sourceMappingURL=spinning-top.css.map */
