/* styles for confetti pieces */
.confetti-root .confetti{
  position:fixed;
  top:0;
  width:10px;
  height:16px;
  border-radius:2px;
  z-index:9999;
  opacity:0.95;
  pointer-events:none;
  will-change:transform,opacity;
  box-shadow:0 2px 6px rgba(0,0,0,0.25);
  mix-blend-mode:screen;
}

/* size variants */
.confetti-root .confetti.small{width:6px;height:10px}
.confetti-root .confetti.large{width:12px;height:18px}