/* Style for paragraphs */
p {
    color: blue;
    font-size: 16px;
}

/* Style for headings */
h1 {
    color: green;
    font-size: 24px;
}

body {
    background-color: green;
}