body {
    background-color: aliceblue;
    font-family: Arial, sans-serif;
    margin: 20px;
    text-align: center;
}
h1 {
    color: #333;
    font-size: 2.5em;
    margin-bottom: 20px;
}
p {
    font-size: 1.2em;
    color: #555;
    line-height: 1.6;
    margin: 10px 0;
}