visibility().then(() => {
const a1 = roughNotation.annotate(groupSection.querySelector("h3"), { type: 'box', color: "#BF360C" })
const a2 = roughNotation.annotate(groupSection.querySelector("span"), { type: 'highlight', color: "#FFFF00" })
const a3 = roughNotation.annotate(groupSection.querySelector("i"), { type: 'underline', color: "#BF360C" })
const ag = roughNotation.annotationGroup([a2, a3, a1]).show()
})