body {
    background-color: lightblue;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    margin: 0;
    padding: 20px;
}
h1 {
    color: #2c3e50;
    text-align: center;
}
p {
    font-size: 18px;
    color: #2980b9;
    text-align: center;
    margin: 10px 0;
    line-height: 1.5;
}