body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}

/* .container {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
} */
.container {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
}

header {
    text-align: center;
    margin-bottom: 20px;
}

h1 {
    font-size: 28px;
    color: #333;
}

h2 {
    font-size: 20px;
    color: #000;
    margin-top: 20px;
}

ul {
    list-style-type: disc;
    padding-left: 20px;
}

footer {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #777;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
.p-p{
    font-size: 18px;
    color: #333;  
    text-align: left;
}
.dotted-line {
    border: none;
    border-top: 1px dotted #ccc; /* Change color as needed */
    margin: 20px 0; /* Adjust spacing above and below the line */
}
.eff-date{
    display: flex;
    flex-direction: row; 
    align-items: center;
}
.left-tx{
    color: #333; 
    font-weight:bold;
    font-size: 18px;
}
.right-tx{
    color: #333; 
    /* font-weight:bold; */
    font-size: 18px;
}
.list{
    margin-left: 25px;
}