.mcp-confetti-bg {
  grid-column: 1 / -1;
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #faf3ec;
  background-image: var(--mcp-confetti-bg);
  background-size: 520px;
  background-position: center center;
  background-repeat: repeat;
}

.mcp-confetti-bg--soft {
  opacity: 0.45;
}

.mcp-confetti-bg--medium {
  opacity: 0.58;
}
