#about_me_section{
    padding: 100px 0;
    background-color: var(--secondary-hintergrund-color);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    flex-wrap: wrap-reverse;
}
.about_me_container{
    width: 750px;
    max-width: 90%;
}
#about_me_section img  {
    height: 400px;
    width: 400px;
    max-height: 80vw;
    max-width: 80vw;
    overflow:hidden ;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid whitesmoke;
    
}
.about_me_container h2 {
    font-size: 60px;
}
.about_me_container p {
    text-align: justify;
    line-height: 175%;
}
@media(max-width: 800px){
    #about_me_section{
        padding: 50px 0;
    }
}
#about_me_section h2{
    text-align: center;
   
}
