body {
    background-color: #f5f5f7;
    color: #1d1d1f;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.container {
    text-align: center;
    max-width: 600px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-radius: 8px;
    background-color: white;
}

.logo img {
    max-width: 100px;
    margin-bottom: 30px;
}

h1 {
    font-size: 24px;
    margin: 0;
    padding-bottom: 10px;
}

p {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
}
