

.Shop{
    margin-top: 80px;
    left:0;
    width: 100%;
    height:400px;
}

.Background2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position:absolute;
    width: 100%;
    left: 0;    
}


.Image2{
    width: 100%;
    height:400px;
    object-fit:cover;
    
}


.B2Text{
    display: flex;
    flex-direction: column;
    position:relative;
    justify-content: center;
    align-items: center;
    font-size: 75px;
    top:75px;
    font-weight: bold;
}





