.about-info {
    float: left;
    display: block;
    margin-left: 20px;
    margin-right: auto;
    width: 30%;
    height: 90%;
    /* position: fixed; */
    z-index: 1;
    left: 0;
    bottom: 0;
    /* padding-top: 20px; */
}

.about-social {
    padding-top: 20px;
}

.about-social-link {
    padding-inline-start: 0.75em;
}

.about-icon {
    width: 16px;
    text-align: center;
    margin-right: 0.75rem;

}

.about-icon.social-icon {
    margin-bottom: 1rem;
}

.about-icon.academ-icon {
    margin-bottom: 0.5rem;
}

.about-name {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.5em;
}

.about-title {
    padding-top: 6px;
    color: var(--tw-prose-headings);
    width: 80%;
    font-size: 16px;
    font-weight: 450;
}

.about-profile-picture {
    width: 80%;
    max-width: 100%;
    height: auto;
    text-align: center;
}

.about-bio {
    margin-left: 30%;
    padding: 0px 10px;
    padding-left: 20px;
}

#cv-button {
    margin-top: 20px;
    width: 80%;
    /* height: 200px; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}