body {
    background-color: blanchedalmond;
    color: black;
    font-family: Arial, sans-serif;
}
h1 {
    color:blue;
}
p {
    color:green
}