body {
background-color: aliceblue;
color: black;
text-align: center;
}
h1 {
    color: blue;
    text-align: center;
}
p {
    color: darkblue;
    text-align: center;
}