header nav ul{
    gap:0.5rem;
}
header nav ul li a{
    padding: 1rem 1rem;
}
.home_top .profil_photo{

    width: 25rem;
    height: 25rem;
    left: 20px;
}
.home_top .profil_photo img{
    width: 25rem;
    height: 25rem;}
.home_top .profil_photo_top1{
    width: 25rem;
    height: 25rem;
    left: 10px;

}
.home_top .profil_photo_top2{
    width: 25rem;
    height: 25rem;
    left: 0px;
}
.home_top{
    gap:0;
    padding-top: 50px;
}
.home_top .profil_detail h1{
    font-size: 5.5rem;
    font-weight: 700;
}
.home_top .profil_detail em{
    font-size: 2.5rem;
    margin-top: 1.5rem;
 line-height: 1;
}
.home_top .profil_detail p{
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: -20px;
}
.footer_bottom .container{gap:20rem}
.contact{
    gap: 3rem;
}