h1
{
    color: red;
    text-align: center
}

body
{
    background-color: lightgrey
}

p
{
    color: blue
}

h2
{
    color: green
}