body {
    background-color: aliceblue;
    color: black;
}
h1 {
    color: blue;
}
p {
    color: blueviolet;
}