@media (min-width: 576px) {
  #cursor2 {
    position: absolute;
    width: 45px;
    height: 45px;
    background: var(--bs-danger);
    pointer-events: none;
    z-index: 50!important;
    border-radius: 30px;
    backdrop-filter: blur(2px)!important;
    -webkit-backdrop-filter: blur(2px)!important;
  }
}

@media (min-width: 576px) {
  #cursor {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    pointer-events: none;
    z-index: 100!important;
    border-radius: 30px;
    backdrop-filter: blur(2px)!important;
    -webkit-backdrop-filter: blur(2px)!important;
  }
}

::selection {
  background-color: rgba(0,160,160,0.35);
}

div {
  border-style: none;
}

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  cursor: none!important;
}

