
*{
    margin: 0%;
}
#bar-1{
    height:200px;
    display: flex;
    float: left;

}
#picture{
    height:180px;
    width: 300px;
    margin: 10px;
    background-image: url("denim.jpeg");
    background-size: cover;
    border: 1px solid black;
    border-right: 0px;
    border-bottom: 0px;
   
}
#pictures-info{
    height:180px;
    width: 350px;
    margin: 10px 10px 0px 40px;
    font-size: 22px;
    border: 1px solid black;
    border-left: 0px;
    border-bottom: 0px;
    
}
#button{
    background-color: chocolate;
    padding: 5px;
    margin: 20px;
}
#bar-2{
    height:200px;
    display: flex;
    float: right;

}
#pic-2{
    height:180px;
    width: 300px;
    margin: 10px;
    background-image: url("jacket.jpeg");
    background-size: cover;
    border: 1px solid black;
    border-right: 0px;
    border-bottom: 0px;
   
}
#pic2-info{
    height:180px;
    width: 350px;
    margin: 10px 10px 0px 40px;
    font-size: 22px;
    border: 1px solid black;
    border-left: 0px;
    border-bottom: 0px;
}
#bar-3{
    height:200px;
    display: flex;
    float: left;
    margin-top: 70px;

}
#pic-3{
    height:180px;
    width: 300px;
    margin: 10px;
    background-image: url("sweatshirt.jpeg");
    background-size: cover;
    border: 1px solid black;
    border-right: 0px;
    border-bottom: 0px;
   
}
#pic3-info{
    height:180px;
    width: 350px;
    margin: 10px 10px 0px 40px;
    font-size: 22px;
    border: 1px solid black;
    border-left: 0px;
    border-bottom: 0px;
}
#bar-4{
    height:200px;
    display: flex;
    float: right;
    margin-top: 70px;

}
#pic-4{
    height:180px;
    width: 300px;
    margin: 10px;
    background-image: url("hoodie.jpeg");
    background-size: cover;
    border: 1px solid black;
    border-right: 0px;
    border-bottom: 0px;
   
}
#pic4-info{
    height:180px;
    width: 350px;
    margin: 10px 10px 0px 40px;
    font-size: 22px;
    border: 1px solid black;
    border-left: 0px;
    border-bottom: 0px;
}
