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