.card1 {
    background-color: rgb(18, 6, 244);
    color: aliceblue;
    text-align: center;
    height: 170px;


}

* {
    margin-top: 0px;
    margin: 0PX;
    padding: 0PX;


}

.card2>li {
    display: inline;
    margin-right: 20px;
    margin-left: 20px;



}

.card1>ul>li {
    display: inline;
}

h1 {
    padding-top: 30px;

}

.card2 {
    border: 2px solid black;
    color: black;
    text-align: center;
    height: 30px;
    padding: 10px;
}

.card3 {
    border: 2px solid black;
    height: 400px;
    justify-content: start;
    display: flex;
    flex: start;
}

.card3-1 {
    border: 2px solid black;
    height: 250px;
    width: 900px;
    margin: 100px;
    border-radius: 5px;
    position: absolute;
    left: 0px;



}

.card3-2 {
    border: 2px solid black;
    height: 250px;
    width: 900px;
    margin: 100px;
    border-radius: 5px;
    position: absolute;
    right: 0px;



}

.card3>a {
    text-align: center;
    margin-inline: auto;
    margin-top: 50px;
    font-size: 2em;
}



.card3-1>div {
    width: 850px;
    height: 150px;
    background-color: red;
    margin:10px;
    margin-top: 50px;
    border-radius: 5px;
}

.popular-categories li {
    color: rgb(27, 26, 26);
    font-size: 20px;
    text-align:left;
    list-style: none;
list-style-position: inside;
  }
  

.card3-2>div {
    width: 850px;
    height: 150px;
    background-color: red;
    margin: 10px;
    margin-top: 50px;
    border-radius: 5px;
}

.products{
    border: 1px solid black;
    height: 800px;
    width: 100%;
    margin-top: 50px;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}

.products > div{
    border: 1px solid black;
    height: 250px;
    width: 250px;
    display: inline-block;
    margin: 20px;
    text-align: center;
  box-shadow: 2px 2px 10px grey;
    border-radius: 5px;
}

.products > div img{
    height: 150px;
    width: 230px;
    margin-top: 20px;
    border-radius: 5px;
}

div{
    box-shadow: 2px 2px 10px grey;
}

h5{
    margin-top: 10px;
    
    margin-left: 60px;
    font-size: 20px;
}