Simple solution your call:
$pdf->Cell(65 ,3, "Helene",1, 1, 'R'); ``` Change the 'R' to 'C' for centered or Change the 'R' to 'L' for left.