p.center, .text-center {
  text-align: center;
}

p.right, .text-right {
  text-align: right;
}

p.justify, .text-justify {
  text-align: justify;
}