body {
    font-family: system-ui, sans-serif;
    margin: 0;
    padding: 0;
    background: #fdfdfd;
    color: #111;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    text-align: center;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

p {
    max-width: 500px;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    color: #444;
}

a {
    color: #0077cc;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}
