body {
    font-family: system-ui, -apple-system, sans-serif;
    background-color: #f4f4f9;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    padding: 20px;
    text-align: center;
}

.container {
    max-width: 500px;
}

p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
}