h1, h2 {
      font-family: 'Poppins', sans-serif;
      color: #333333;
    }

    h1 {
      font-size: 36px;
      margin-bottom: 10px;
    }

    h2 {
      font-size: 24px;
      margin-top: 30px;
      margin-bottom: 15px;
    }

    p, ul {
      font-size: 10px;
    }

    a {
      color: #007BFF;
      text-decoration: underline;
    }

    a:hover {
      text-decoration: none;
    }

    

    /* Main Content Section */
    .content {
      margin: auto;
            padding: 40px;
    }

    .content ul {
      padding-left: 20px;
    }

    .content ul li {
      margin-bottom: 10px;
    }

    /* Divider Line */
    .divider {
      border-bottom: 1px solid #DDDDDD;
    }

    /* Call-to-Action Buttons */
    .cta-buttons {
      text-align: center;
      margin-top: 40px;
    }

    .cta-buttons a {
      display: inline-block;
      padding: 12px 24px;
      margin: 0 10px;
      background-color: #007BFF;
      color: #FFFFFF;
      text-decoration: none;
      border-radius: 5px;
      font-size: 16px;
      transition: background-color 0.3s ease;
    }

    .cta-buttons a:hover {
      background-color: #0056b3;
    }


    /* Responsive Design */
    @media (max-width: 768px) {
      h1 {
        font-size: 28px;
      }

      h2 {
        font-size: 20px;
      }

      p, ul {
        font-size: 10px;
      }

      .cta-buttons a {
        display: block;
        margin: 10px auto;
      }
    }
.title{
        text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
                padding: 30px 0px 0px 30px;
                height: 20px;
    }
            .update{
        text-align: center;
            display: flex;
            justify-content: right;
            align-items: center;
            padding: 30px 10px 0px 0px;
                        height: 20px;
    }
