body {
    font-family: Arial, sans-serif;
    margin: 20px;
}

/* Style pour h2 (IMPORTANT) */
h2 {
    color: purple;          /* même violet demandé */
    font-family: "Times New Roman", Times, serif;
}

h1 {
    color: black;
}

h3 {
    color: darkblue;
}

p {
    font-size: 16px;
}