
title {
 color: var(--Neutral-800, #0D0D0D);
text-align: center;
font-family: Tajawal;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.8px;
  
  }

      .btn-custom-red {
      background-color: #e74c3c;
      color: white;
    }

    .btn-custom-yellow {
      background-color: #f4b942;
      color: white;
    }

    .btn-mysub {
      font-weight: bold;
      padding: 0.5rem 1rem;
      border-radius: 0.375rem;
          margin-right: 28px;
    }