body {
    background-color: white;
    color: black;
    text-align: center;
}
h1 {
    background-color: blue;
    text-align: center;
}
p {
    text-align: center;
    color: green;
}