.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}