.page_cv{
    display: flex; 
    justify-content:center;
    flex-direction: column;
    align-items: center;
    
    
}

.img_cv{
    text-align: center;
}

.page_cv img{
    width:100%;
    margin-top:5rem; 
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
    html {
            font-size: 100%;
        }
    }

    @media screen and (min-width: 1024px) {
    .page_cv img{
        width:70%;
        margin-top:5%; 
    }
}