body {
    background-color: blanchedalmond;
    color: #000;
}
h1 {
    color: blueviolet;
}   
p {
    color: green;
    font-size: 18px;
}