body {
    font-family: sans-serif;
    text-align: center;
    margin-top: 100px;
    background-color: #f0f0f0;
}

h1 {
    color: #333;
}

p {
    color: #666;
}
