body {
    background-color: #d8f3dc; /* light pastel green */
    color: #000000;
    font-family: Arial, sans-serif;
}

/* H1 Styling */
h1 {
    color: #006400; /* dark green */
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
    font-family: "Courier New", monospace;
}

/* Paragraph Styling */
p {
    text-align: justify;
}
h2{
    color: #006400; /* dark green */
}
h3{
    color: #006400; /* dark green */
}