body {
    background-color: #444;
}
h1 {
    color: #eee;
}
p {
    background-color: lightpink;
    color: black;
}
