

.Flash{
    margin-top: 150px;
    left:0;
    width: 100%;
    height:500px;
}

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


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


.B2Text{
    display: flex;
    flex-direction: column;
    position:relative;
    justify-content: center;
    align-items: center;
    top:150px;
}


.I2text{
    text-align: center;
    justify-self: center;
    align-content: center;
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 35px;
    color: #D6D2CD;

}

.I2texth{
    margin-top: 10px;
    margin-bottom: 0;
    font-size: large;
    color: #D6D2CD;
}


.Shop2B{
    padding: 15px;
    padding-left: 27px;
    padding-right: 27px;
    font-size: 15px;
    border-radius: 40px;
    border-style: none;
    margin-top: 60px;
    background:none;
    color: #D6D2CD;
    font-size: 15px;
    border-style: solid;
    border-color:#191b1e93;
}

.Shop2B:hover{
    background: #191b1e;
    transition: .5s;
}
