html, body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

body {
  background: linear-gradient(180deg, #2d0a49 5%, #000 28%) no-repeat fixed;
  background-attachment: fixed;
  min-height: 100vh;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

.cursor {
  position: fixed;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  left: -100px;
  top: 50%;
  mix-blend-mode: difference;
  background-color: white;
  z-index: 10000;
  border: 2px solid white;
  height: 17px;
  width: 17px;
  transition: all 300ms ease-out;
}/*# sourceMappingURL=style.css.map */