// CHANGE BRAND COLOR HERE
#let brand-color = rgb("#334155")
// Landscape format (flipped: true)
#set page(paper: "us-letter", flipped: true, margin: 2cm)
#set text(font: "Times", size: 12pt)
// Ornamental border
#rect(width: 100%, height: 100%, stroke: 4pt + brand-color, inset: 1cm)[
#align(center)[
#v(2cm)
// INSERT LOGO OR ICON HERE
#text(size: 40pt, font: "Helvetica", weight: "bold", fill: brand-color)[CERTIFICATE] \
#v(5pt)
#text(size: 18pt, fill: luma(100), tracking: 2pt)[OF COMPLETION]
#v(1.5cm)
This is to certify that
#v(0.5cm)
#text(size: 32pt, weight: "bold", fill: rgb("#111827"))[#data.recipient_name]
#v(0.5cm)
has successfully completed the course
#v(0.5cm)
#text(size: 24pt, style: "italic")[#data.course_name]
#v(2cm)
// Signature area
#grid(
columns: (1fr, 1fr),
align(center)[
#line(length: 5cm)
#v(5pt)
*Date:* #data.issue_date
],
align(center)[
#line(length: 5cm)
#v(5pt)
*Instructor:* #data.instructor
]
)
]
]