Simple Php Code Help

Hello I do not know anything about php
I am using wordpress and I want to display a shortcode in header.php
the shortcode will disply the information about crona-virus worldwide or for a specific country

this is the code
<?php
echo do_shortcode( “[covid19 country=‘Pakistan’ title=‘Pakistan’]” );
echo do_shortcode( “[covid19 country=‘India’ title=‘India’]” );
echo do_shortcode( “[covid19]” );
?>
it show the data but all on left side I want to show it as middle or center i tried center code it only center the heading of Pakistan , India, Global (list line shortcode)

can anyone help me to center the numbers of cases death recovered
please see the image https://imgur.com/a/nNz8Rr1

Sponsor our Newsletter | Privacy Policy | Terms of Service