h1, h2, #tagline, #picture, #links, #p-location {
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

#picture img {
    width: 350px;
    height: 350px;
}

h2 {
    font-size: 18pt;
    color: #4b2d8f;
}

h1 small {
    font-size: 0.5em;
    color: #4b2d8f;
    font-weight: normal;
}

#tagline {
    font-style: italic;
    font-size: 1.15rem;
    font-weight: 600;
    color: #1a1a2e;
}

body {
    color: #1a1a2e;
    background: radial-gradient(ellipse at 50% 0%, #f5f0ff 0%, #e8e0f5 55%, #d8ccea 100%);
    min-height: 100vh;
    margin-top: 20px;
    padding: 0 1.25rem;
}

#bio {
    max-width: 640px;
    margin: 1.5rem auto;
    text-align: left;
    line-height: 1.7;
}

#contact-list {
    margin-top: 1rem;
}

#name-note {
    text-align: center;
    font-size: 0.85em;
    color: #4b2d8f;
    margin-top: 0.75rem;
    margin-bottom: 0;
}

#name-note a {
    color: #4b2d8f;
}

#name-note a:hover {
    color: #1a1a2e;
}

#email-contact {
    text-align: center;
    margin-top: 0.75rem;
}

#email-contact a {
    color: #1a1a2e;
    text-decoration: none;
}

#email-contact a:hover {
    color: #4b2d8f;
}

#contact-list li {
    zoom: 2;
}

#contact-list a {
    color: #1a1a2e;
    transition: color 0.2s ease;
}

#contact-list a[href*="github"]:hover    { color: #6e40c9; }
#contact-list a[href*="linkedin"]:hover  { color: #0077b5; }
