body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin-top: 50px;
    background-color: #f9f9f9;
}
h1 {
    color: #2563EB;
}
p {
    color: #333333;
}