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