/* Custom CSS class for the fee text */
.fee {
    color: red; /* Change this to the desired color */
  }

  .short_text {
    text-align: justify;
    color: rgb(109, 109, 110);
  }

  .highlight {
    text-align: justify;
    color: rgb(0, 0, 134);
  }

  .long_text {
    text-align: justify;
    color: rgb(34, 34, 85);
    font-weight: 400;
  }