﻿

.documents{
    display:flex;
    justify-content: center;
}

.PsPe {
    text-indent: 30px;
    font-size:1.5rem;
}

.image-blockV {
    width: 500px;
    height: 500px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

    .image-blockV img {
        max-width: 100%;
        max-height: 100%;
        display: inline-block;
        vertical-align: middle;
        padding: 25px; /* adjust as needed to center the image */
    }