body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #eef;
    padding: 20px;
}

h2 {
    color: #333;
}

p {
    font-size: 18px;
}