/* External CSS file */

/* Sets default font and color */
body {
    font-family: Arial, sans-serif;
    color: green; /* external color */
 background-color: lightyellow;
}

/* Heading style */
h2 {
    color: purple;
}
body {
    font-family: Arial, sans-serif;
    color: green;
    background-color: lightyellow;

    padding: 10px; /* external CSS */
}

