/* styles.css */

body {
    background-color: #2D873E    ; /* Set background color to green */
    color: white; /* Set text color to white */
    margin: 0; /* Remove default margin */
    padding: 0; /* Remove default padding */
    font-family: Arial, sans-serif; /* Set default font family */
}

.ppbody {
    padding: 20px; /* Add padding around the content */
    max-width: 800px; /* Limit the width for better readability */
    margin: 0 auto; /* Center align the content */
    text-align: justify; /* Justify text alignment for better readability */
}

p {
    line-height: 1.6; /* Increase line height for better readability */
}
