body {
    background: #181a1b;
    color: #e0e0e0;
    font-family: system-ui, sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

a {
    color: #8ab4f8;
    text-decoration: underline;
    transition: color 0.2s;
}

a:hover, a:focus {
    color: #a1c2fa;
}

p {
    font-size: 1.2rem;
    max-width: 600px;
    line-height: 1.6;
}
