* {
    background-color: lightblue;
}

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

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