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