Help me in solving FASH08 problem

My issue

Man what happened to this platform, i am submitting correct solution still it is not accepting

My code

// your code goes here

Learning course: Projects using HTML / CSS
Problem Link: FS SHOPPING TIME BANNER CSS Practice Problem in Projects using HTML / CSS - CodeChef

@gaurav_sachar
U have to add these line of code in your css

.Shopping-container{
    text-align: center;
    background-color: lightgrey;
    padding-bottom: 30px;
    
}
#shopping-time-img{
 margin-top: 30px;
 width: 90vw;
 height: 60vh;
}