diff --git a/index.html b/index.html
index 6c7ebc4..285d1e2 100644
--- a/index.html
+++ b/index.html
@@ -332,7 +332,7 @@
certPdf.text(`Issued: ${getFormattedTime(time, 'date-only')}`, 700, 254, { align: 'center' }); // issued date
certPdf.text("RanchiMall, a blockchain incorporated entity certifies that", 700, 310, { align: 'center' });
certPdf.setFont('times', 'bold');
- certPdf.setFontSize(64);
+ certPdf.setFontSize(56);
certPdf.text(name.toUpperCase(), 700, 380, { align: 'center' }); // name
certPdf.setFont('times', 'normal');
certPdf.setFontSize(18);