#shakespeare-image {
    flex: 1;
}

#shakespeare-image img {
    width: 100%;               
    height: 860px;            
    object-fit: cover;
}

.image-grid img {
    display: block;
}

#bouquinistes-image {
    grid-column: 2 / 4; 
    grid-row: 2;
    justify-self: center;
    align-self: center;
    margin-right: 70px;
}

#bouquinistes-image img{
    width: 400px;
    height: 400px;
}

#notre-souvenirs-image {
    grid-column: 1 / 3; 
    grid-row: 1;
    justify-self: center;
    align-self: center;
    margin-bottom: 20px;
}

#notre-souvenirs-image img {
    width: 400px;
    height: 400px;
}

#big-sign {
    grid-column: 3 / 4;
    grid-row: 1;
    margin-top: 80px;
    margin-right: 20px;
}

#big-sign img {
    width: 218px;
    height: 183px;
}

#small-sign {
    grid-column: 1 / 3;
    grid-row: 2;
    margin-top: 100px;
    margin-left: 40px;
}

#small-sign img {
    width: 247px;
    height: 210px;
}
