body {
    font-family: Arial, sans-serif;
    background-color: #f4f7fb;
    margin: 0;
    padding: 40px;
    text-align: center;
}

h1 {
    color: #0056b3;
    font-size: 48px;
}

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