*{
    padding: 0px;
    box-sizing: border-box;
    margin: 0px;
}

.container {
    display: flex; 
  }
  
  .column {
    flex: 1; 
   /* border: 1px solid; */
    padding: 10px; 
    text-align: center; 
    margin-left: 10px;
    margin-top: 10px;
  }

.img1{
    background-image: url("https://assets.adidas.com/images/h_840,f_auto,q_auto,fl_lossy,c_fill,g_auto/6bf5632bf7b74320b80baf8f015db8e4_9366/Duramo_10_Shoes_Blue_HP2383_01_standard.jpg");
    height: 550px;
    width: 98%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    justify-items: center;
    background-position: center;
}

.img2{
    background-image: url("https://assets.adidas.com/images/h_840,f_auto,q_auto,fl_lossy,c_fill,g_auto/bbae89f41fef4efcbfe2af8f015dca16_9366/Duramo_10_Shoes_Blue_HP2383_02_standard_hover.jpg");
    height: 550px;
    width: 95%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    justify-items: center;
    background-position: center;
}

.container1{
    display: flex; 
  }
  
  .column1{
    flex: 1; 
   /* border: 1px solid; */
    padding: 10px; 
    margin-left: 10px;
    text-align: center; 
    margin-top: 10px;
  }

  .img3{
    background-image: url("https://assets.adidas.com/images/h_840,f_auto,q_auto,fl_lossy,c_fill,g_auto/5b0a734cab2343c2b540af8f015dc1a9_9366/Duramo_10_Shoes_Blue_HP2383_06_standard.jpg");
    height: 550px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    justify-items: center;
    background-position: center;
}

.img4{
    background-image: url("https://assets.adidas.com/images/h_840,f_auto,q_auto,fl_lossy,c_fill,g_auto/41f8c00fd2f34cabb2e4af8f015ddb52_9366/Duramo_10_Shoes_Blue_HP2383_04_standard.jpg");
    height: 550px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    justify-items: center;
    background-position: center;
}

.pre{
  font-family: 'Times New Roman', Times, serif;
  font-size: 20px;
  font-weight: bold;
  color: red;
}

.button{
  height: 40px;
  width: 40px;
  border-radius: 50px;
  margin: 7px;
  background-color:transparent;
  align-items: center;
  justify-content: center;
  font-weight:bolder;
  font-size: large;
  color: black;
  border: 0.5px solid lightgray;
  font-size: medium;
  font-weight: 500;
  cursor: pointer;
}

.add{
  height: 50px;
  width: 250px;
  background-color: transparent;
  font-size: large;
  font-weight: bold;
  border-radius: 5px;
}

.wishlist{
  height: 50px;
  width: 150px;
  background-color: transparent;
  font-size: large;
  font-weight: bold;
  border-radius: 5px;
 margin-left: 15px;
}

.txt{
 font-family: 'Times New Roman', Times, serif;
  font-size: 20px;
  font-weight: bold;
 
}