I wanted the text centered on my Now page, so I added a little CSS to do that. Sharing it here in case anyone else wants things centered, too. This works with the Monokai theme - haven’t tested it on any others.
Paste the following css code in the Custom CSS box on the Web Page settings page. There’s no Custom Code box on the Now page itself - you put it in on the Web Page settings. The CSS here targets the Now page, so it shouldn’t mess with anything other that that.
#now {margin-top: 4em;}
#now h3 {text-align: center;}
#now ul.fa-ul {margin: 0 0 4em 0; text-align: center;}
#now span.fa-li {position: initial; padding-right: .75em;}
#now p {text-align: center;}