h1 {
    color: blue;
}
p {
    color: deeppink;
}
body {
    background-color: rgb(128, 128, 128);
}