body
{
font-family: Arial, Helvetica, sans-serif;
text-align: center;
background-color: white;
color: black;
}
h1
{
    color: blue;
}
p
{
    color: green;
}