/* Applies styling to the entire webpage */
body {
    background-color: #c8e6c9; /* One background color (Light natural green) */
    color: #1b5e20;            /* One text color (Dark forest green) */
}