.center-align {
  display: flex;
  justify-content: center;
  align-items: center;
}

.display-inline {
  display: inline-block;
}
