.image-1 {
    background-color:#fff;
    border:2px solid #000;
    border-radius:5px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.image-2 {
    background-color:#fff;
    border:none;
    border-radius:0;
    display:flex;
    justify-content:center;
    align-items:center;
}