/* style-320.css */
body {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 15px;
    padding: 1rem;
    line-height: 1.5;
}
#header-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1rem;
}
#header-text-name {
    font-size: 40px;
    font-weight: bold;
}
#header-image-container {
    margin: 0;
}
#image-headshot {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #fff;
    object-fit: cover;
}
#content h2 {
    font-size: 1.1rem;
    margin-top: 1.4rem;
    margin-bottom: 0.5rem;
}
#footer-light, #footer-dark {
    text-align: center;
    margin-top: 2rem;
}
.image-link {
    text-decoration: none !important;
    border: none !important;
    outline: none !important;
}
.social-image {
    width: 36px;
    height: 36px;
    margin: 0 0.5rem;
    border: none !important;
    vertical-align: middle;
}