body {
    background-color: powderblue;
}
p:nth-of-type(2) {
    color: red;
}
p:nth-of-type(3) {
    color: blue;
}
p:nth-of-type(4) {
    font-size:50px;
}
h1 {
    font-family: verdana; font-size: 300%; text-align: center; background-color: grey;
}
p:nth-of-type(5) {
    font-family:courier; text-align: center; background-color: tomato;
}