.company_name {
    font-size: 4rem;
    font-weight: bold;
    margin: 0;
    color: var(--title-text-color);
}

.name {
    margin: 0;
    color: var(--paragraph-text-color);
}

.bio {
    font-size: 1.3rem;
    color: var(--paragraph-text-color);
    line-height: 1.5;
}

.company_name_and_icons {
    display: flex;
    align-items: center;
    justify-items: center;
    margin-top: 1.5rem;
}

.name_and_icons {
    display: flex;
    align-items: center;
    justify-items: center;
    margin-top: 8px;
    margin-bottom: 8px;
}

.name_and_about_container {
    align-items: last baseline;
    max-width: 1000px;
    width: 100%;
    margin-bottom: 2rem;
}