.box {
    height: 25px;
    width: 300px;
    border: 2px solid black;
    margin: 25px;
    display: flex;
    justify-content: center;
}

.center {
    display: grid;
    justify-items: center;
    grid-gap: 10px;

}

img {
    border-radius: 150px;
    padding: 1%;
    max-width: 98%;
    max-height: 98%;
    border-bottom: 100px;
}