body {
    font-family: Arial, sans-serif;
    background: #f0f0f0;
    text-align: center;
    padding: 50px;
}

h1 {
    color: #0077ff;
}

p {
    font-size: 20px;
    color: #333;
}
