/* Applying a fresh, nature-inspired palette */
body {
    background-color: #f4fcf7; /* Pale mint/cream background color */
    color: #1e3f20;            /* Deep forest green text color */
    font-family: Arial, sans-serif; /* Makes the guide scannable and clean */
    padding: 25px;
    line-height: 1.6;
}