body {
    font-family: 'Georgia', serif;
    background-color: #f0f5f9;
    color: #2c3e50;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.container {
    text-align: center;
    padding: 2rem;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.logo {
    max-width: 200px;
    margin-bottom: 2rem;
}

h1 {
    color: #34495e;
    margin-bottom: 1rem;
}

p {
    line-height: 1.6;
}
