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

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

  .text-center {
    text-align: center !important;
  }
  .text-justify{
    text-align: justify;
  }
  .text-secondary{
    color: #b10000ff;
  }

