body {
    background: #fff;
    font-family: "Mont", sans-serif;
    overflow: hidden;
  }
  body * {
    box-sizing: border-box;
  }
  
  #mouse-cursor {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #353232;
    border-radius: 999px;
    mix-blend-mode: difference;
    pointer-events: none;
    z-index: 999;
    transition: top 0.025s ease, left 0.025s ease, transform 0.25s ease;
  }
  