
    body {
        font-family: Arial, sans-serif;
        line-height: 1.6; /* Improves readability */
        color: #333; 
        background-color: #f4f4f4; /* Light background for less strain */
        margin: 0;
      padding: 0;}
    
      /* Styling for the main content area */
    .content {
        max-width: 900px; /* Restrict width for better reading */
           margin: 20px auto; /* Centers the content */
        padding: 40px;
        border-radius: 5px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
      /* Header Styling */
    h1, h2, h3 {
        font-weight: bold;
        margin-bottom: 10px;}
        h1 {
        font-size: 30px;
        color: #ff2c6f;
        text-align: center;
        margin-bottom: 20px;font-weight: bold;
    }
    h2 {
        font-size: 22px;
        color: #1b7f98;
        border-bottom: 1px solid #1b7f98; 
        padding-bottom: 5px;
        margin-top: 30px;
    }
    h3 {
        font-size: 20px;
        color: #ce6b50; 
        margin-top: 20px; font-weight: bolder;}
    
    h4{text-align: center;
    font-size: 24px;
    margin-top: 50px;font-family: sans-serif;color: #B8860B;text-decoration:underline;}
    /* Paragraph styling */
    p {
        font-size: 18px;
        margin-bottom: 15px;
        text-align: justify;
        
    }
    /* List styling */
    ul, ol {
        margin-bottom: 15px;
        padding-left: 20px;
    }
    li {
        margin-bottom: 5px;
         font-size: 18px;font-weight: 500;
    }
    /* Additional spacing for clarity */
    br {
        display: none; /* Removes unnecessary <br> elements */
    }
    

	