
body {
    background-color: #f4f4f8;
    font-family: 'Helvetica Neue', sans-serif;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
}
.container {
    text-align: center;
    padding: 2em;
    background-color: #ffffffcc;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
h1 {
    font-size: 2em;
    margin-bottom: 0.5em;
}
p {
    font-size: 1.2em;
    color: #555;
}
