#sacre-main {
    flex: 1;
}

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

#candies-image {
    grid-column: 2 / 4;
    grid-row: 2;
    justify-self: center;
    align-self: center;
    margin-top: -550px;
    margin-right: 100px;
}

#shirts-image {
    grid-column: 1 / 3;
    grid-row: 1;
    justify-self: center;
    align-self: center;
    margin-right: 200px;
    margin-top: 10px;
}

#night-image {
    grid-column: 1 / 2;
    grid-row: 3;
    justify-self: center;
    align-self: center;
    margin-left: 30px;
    margin-top: -280px;
}

.image-grid img {
    display: block;
}

#candies-image {
    grid-column: 1 / 3;
    grid-row: 1;
    justify-self: center;
    align-self: center;
    margin-top: -100px;
    margin-left: 30px;
}

#candies-image img {
    width: 287px;
    height: 383px;
}

#shirts-image {
    grid-column: 2 / 4;
    grid-row: 1;
    justify-self: center;
    align-self: center;
    margin-left: 350px;
    margin-top: -200px;
}

#shirts-image img {
    width: 286px;
    height: 244px;
}

#night-image {
    grid-column: 2 / 4;
    grid-row: 3;
    justify-self: center;
    align-self: center;
    margin-bottom: -100px;
    margin-left: 60px;
}

#night-image img { 
    width: 409px;
    height: 370px;  
}

#big-sign {
    grid-column: 1 / 3;
    grid-row: 2;
    margin-left: 50px;
    margin-top: 80px;
}

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

#small-sign {
    grid-column: 2 / 4;
    grid-row: 1;
    margin-top: 150px;
    margin-left: 180px;
}

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