body {
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Inter, system-ui, sans-serif;
    background: #fff;
    color: #111;
}
a {text-decoration: none;color: #111;}
.card {
    text-align: center;
}

h1 {
    font-weight: 600;
    letter-spacing: 0.02em;
}

.tagline {
    margin: 0.5rem 0 2rem;
    color: #555;
}

.contact {
    line-height: 1.6;
}