pub fn center(s: &str, width: usize) -> String
Center s within width characters, padding with spaces.
s
width
If padding is odd, the extra space goes on the right.