body {
    background-color: #f4f7f6;   /* Light grey background */
    font-family: 'Arial', sans-serif; /* Clean, modern font */
    color: #333333;              /* Dark charcoal text (easier to read than pure black) */
    line-height: 1.6;            /* Adds comfortable spacing between lines of text */
    margin: 0;
    padding: 20px;
}