body  {
    background-color: lightgrey;
    font-family: Arial, sans-serif;
    color: #333;
    text-align: center;
}
h1 {
    color: #2c3e50; 
    font-size: 2.5em;
    margin-top: 20px;
    text-align: center;
}
p {
    color: #34495e;
    font-size: 1.2em;
    text-align: center;
}