.box{
    width: 300px;
    height: 300px;
    border: 1px solid black;
    background-color: lightgray;
    margin: 35px;
}

img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}