.potpourri {
  position: absolute;
  opacity: 0.4;
  height: 2ch;
  width: 2ch;
}

.potpourri[data-shape="1"] {
  background: center / contain no-repeat url(/assets/images/shape-1.svg);
}

.potpourri[data-shape="2"] {
  background: center / contain no-repeat url(/assets/images/shape-2.svg);
}

.potpourri[data-shape="3"] {
  background: center / contain no-repeat url(/assets/images/shape-3.svg);
}

.potpourri[data-shape="4"] {
  background: center / contain no-repeat url(/assets/images/shape-4.svg);
}

