#carouselExampleCaptions img{
    height: 100vh;
    background-size: cover;
    background-position: center;
}
.cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    
}

.cards .card{
    height: 300px;
    width: 250px;
    margin: 30px;
}

#product{
    text-align: center;
    margin: 20px;
}

.foot{
    background-color: black;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
