.cursor-bubble {
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("../img/bubblev2.png") no-repeat center center;
  background-size: contain;
  border-radius: 50%;
  pointer-events: none;
  z-index: 10000;
  transition: transform 2s ease, opacity 2s ease;
  overflow: hidden;
}

.random-bubble {
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("../img/bubblev2.png") no-repeat center center;
  background-size: contain;
  border-radius: 50%;
  pointer-events: none;
  z-index: 10000;
  transition: transform 2s ease, opacity 2s ease;
  overflow: hidden;
}
