p {
    color: rgb(0, 0, 0);
}

/* PROFILE SECTION */

#profile {
    display: flex;
    justify-content: center;
    gap: 5rem;
    height: 65vh;
    background-color: black;
    color: white;
    padding-top: 3rem;
}

.section__pic-container {
    display: flex;
    height: 400px;
    width: 400px;
    aspect-ratio: 1/1;
    margin: auto 0;
}

.section_text {
    align-self: center;
    text-align: center;
}

.section_text p{
    font-weight: 600;
    background-color: black;
    color: white;
}

.section_text_p1 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.section_text_p2 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.title {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 0.75rem;
}


/* BIO */
.text-container p{
    text-align: left;
    width: 60vw;
    font-size:larger;
    color: white;


}

.text-container {
    padding-bottom: 10rem;
    display: flex;
    justify-content: center;
    align-content: center;
    background-color: black;
}