/* CSS Document */
body {
    background-color: hotpink;
}
h1 {
    color: blue;
}
p {
    color: black;
}