/*https://coolors.co/b4bbcf-663415-4e2904-16501f-e8d9c5 */





                                            /* Header section */



body {
    background-color: rgb(239, 245, 239);
    border-top: 50px solid rgb(186, 222, 197);
    /*border-bottom: 50px solid rgb(186, 222, 197);*/
    margin: 0px;
}

main {
    flex: 1;
}


header {
    background-color: rgb(239, 245, 239);
}



                                        /*. About me flexbox with picture and summary of me. */



#about-me {
    display: flex;
    flex-direction: row;
    column-gap: 10%;
    border-top: 4px solid #6b6d6b;
    border-bottom: 4px solid #6b6d6b;
    margin-right: 200px;
    margin-left: 300px;
    margin-bottom: 112px;
    margin-top: 150px;
}                                        


#about-me-headshot {
    background-color: white;
    object-fit: cover;
    width: 300px;
    border-radius: 50%;
    border: 4px solid #6b6d6b;
    margin-left: -150px;
    margin-top: -4px;
    margin-bottom: -4px;
}


#about-me-content {
    width: 75%;
    line-height: 2;
}


#about-me-back-to-home-button {
    border-radius: 0 0 50px 0;
    border: 3px solid #6b6d6b;
    width: 200px;
    height: 40px;
    background-color: #6b6d6b;
    font-size: 120%;
}

#about-me-back-to-home-link {
    color: white;
    text-decoration: none;
    margin: auto;
    line-height: .2;
}


#about-me-linkedin {
    text-decoration: underline;
}