body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f8f8f8;
}
.container {
    text-align: center;
}
h1 {
    font-size: 2.5em;
    color: #000000;
}
p {
    font-size: 1.2em;
    color: #666;
}
