body{
    background-color: wheat;
}

p {
    color: black;
}

h2{
    color: blue;
}

h1{
    color: yellow;
}