p {
    color:green;
    font-style: italic;
}
body {
    background-color: orange;
}
h1 {
    color:blue;
}
h2{font-style: italic;}