body {
    background-color: aliceblue;
    font-family: Arial, Helvetica, sans-serif;
text-align: center;
}
h1 {
    color: blue;
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 20px;;
}
p {
    font-size: 20px;
    color: darkcyan;
}