cu.css

Center

The .center utility can be used to horizontally center block-level items.

Item centered
.center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}