.result-picture {
        padding:20px 0;
        display: flex;
        justify-content: center;
}
.result-picture img {
        max-height:100px;
        object-fit:contain;
}