cu.css

Text

The .text-center utility class can be used to center the horizontal alignment of inline-level content inside a block element or table-cell box.

This text is horizontally centered
.text-center {
  text-align: center;
}