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