.box {
    border-radius: 5px;
    height: 25px;
    width: 300px;
    border: 1px solid black;
    margin: 25px;
    display: flex;
    justify-content: center;
    box-shadow: -2px 2px 5px grey;
}

.center {
    display: grid;
    justify-items: center;
    grid-gap: 5px;
    grid-template-columns: 50% 50% ;

}

img {
    border-radius: 150px;
    padding: 1%;
    max-width: 98%;
    max-height: 98%;
    border-bottom: 100px;
}

.wrapper>div{

display:grid;
justify-items: center;
grid-gap: 5px

}

.printing{
display: grid;
justify-items: center;

}

