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

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