.title_section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
}

.profile_photo_container img {
    border-radius: 10%;
}

.resume_content_wrapper {
    max-width: 1000px;
    margin: auto;
}

.resume_content_wrapper section {
    margin-bottom: 40px;
}

.resume_section_heading {
    margin-bottom: 0;
}

.skills_block_content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; 
    gap: 20px
}