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