body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    background: #f8f9fa;
    color: #2d3748;
    line-height: 1.6;
}

.container {
    text-align: center;
    padding: 2rem;
}

a {
    color: #2b6cb0;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}
