

.bubble {
  width: 100px;
  height: 100px;
  background: no-repeat center center;
  background-size: contain;
  position: absolute;
  cursor: grab;
}

#basket {
  width: 200px;
  height: 120px;
  background: url('../../assets/balloons/basket.png') no-repeat center center;
  background-size: contain;
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  border: 2px dashed transparent;
}

