.background{
    background-color:#000;
    background-image: url("../../assets/images/background.jpg");
    background-size: 100% 100%;
    filter: brightness(0.8);
}

.container-info-picture{
    margin-top: calc(10vh + 10vw);
}

.info-picture-img{
    

}


.picture-profile-img {
    height: calc(10vh + 10vw);
    width: calc(10vh + 10vw);
    border-radius: calc(7vh + 7vw);
    background-image: url(../../assets/images/profile_picture.jpg);
    background-size: 100% 186%;
    background-repeat: no-repeat;
    background-position-x: 59%;
    background-position-y: 42%;
    background-color: #151615;
    filter: drop-shadow(2px 4px 6px black);
    margin-bottom: 20px;
}

.btn-cv{
    
display:none !important;
}


.btn-portfolio{
    margin-top: 11px !important;
}