body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: aliceblue;
    color: black;
    text-align: center;

}
h1 {
    color: darkblue;
    text-align: center;
}
p {
    color: darkgreen;
    text-align: center;
}