body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
}
.container {
    text-align: center;
    max-width: 500px;
    padding: 20px;
}
h1 {
    font-size: 24px;
    margin-bottom: 8px;
}
p {
    color: #666;
    margin-bottom: 24px;
}
.links a {
    text-decoration: none;
    color: #0066cc;
    margin: 0 10px;
    font-size: 14px;
}
.links a:hover {
    text-decoration: underline;
}
