
body {
    background: #18181b;
    color: #e5e7eb;
    font-family: 'Segoe UI', 'Roboto', 'Arial', sans-serif;
    min-height: 100vh;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.profile-card {
    padding: 2.5rem 3rem;
    text-align: center;
    max-width: 350px;
    width: 100%;
}

.logo {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background: #18181b;
    object-fit: cover;
}

.name {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    letter-spacing: 1px;
    color: #f3f4f6;
}

.subtitle {
    font-size: 1.1rem;
    font-weight: 400;
    color: #a1a1aa;
    margin-bottom: 0;
}