.portrait{
    display: flex;
    align-content: center;
    justify-content: center;
}


.portrait img{
    max-width: 300px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}