body {
    margin: 0;
    background: #ffffff;
    color: #111111;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.container {
    max-width: 600px;
    margin: 120px auto;
    padding: 0 20px;
}

h1 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 8px;
}

.subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
}

.links a {
    display: block;
    text-decoration: none;
    color: #111;
    font-size: 18px;
    margin-bottom: 16px;
    transition: opacity 0.2s ease;
}

.links a:hover {
    opacity: 0.5;
}
