* {
    margin: 0px;
    padding: 0px;

}

.represent {
    background-color: lightsalmon;
    height: 50px;
}

.represent2 {
    color: navy;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
}

#baroque {
    font-size: 29px;
    font-family: 'Times New Roman', Times, serif;
    color: black;

}

.header {
    background-color: black;
    height: 27px;
    color: white;
    font-size: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}

.container
{
    margin-top: 40px;
}


img:hover {
    box-shadow: 0px 0px 5px, 0px 0px 10px;
    /* background-color: lightgreen; */

}

/* Google fonts import link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    /* box-sizing: border-box;
  font-family: 'Poppins',sans-serif; */
}

.wrapper {
    width: 150px;
    height: 30px;
    /* min-width: 20px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    /* border-radius: 12px; */
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
}

.wrapper span {
    width: 100%;
    text-align: center;
    /* font-size: 55px; */
    /* font-weight: 600; */
    cursor: pointer;
    user-select: none;

}

.wrapper span.num {
    /* font-size: 50px; */
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-left: 2px solid rgba(0, 0, 0, 0.2);
    pointer-events: none;
    align-items: center;
}

.wrapper:hover {
    background-color: lightgreen;
    align-items: center;
}

#clothname {
    margin-top: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
}

.dropdown {
    margin-top: 20px;
    width: 100px;
}

.selection {
    padding: 20px 10px;
    justify-content: space-between;
    display: flex;
}

#buttons {
    display: flex;
    justify-content: space-between;
   
}
.button
{
    border: 2px solid black;
    border-radius: 10px;
}
.button2:hover
{
     background-color: blue;
}
#lasttext
{
   align-items: center;
   margin-top: 20px;
}
i {
    margin: 10px 10px;
    font-size: 20px;
}
.image1
{
   padding-top: 20px;
}
#fline
{
    text-align: center;
    font-size: 30px;
    font-family: 'Times New Roman', Times, serif;
}
.images02
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
    margin-top: 40px;
    padding: 40px;
}




ul {
    text-align: center;
    padding: 30px 10px;
}

ul a {
    color: rgb(138, 138, 138);
    /* padding: 2px ; */
    margin: 10px;
    line-height: 34px;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    /* background-color: lightgreen; */
}

.bottomicon {
    text-align: center;
    font-size: 25px;
}

i {
    margin: 10px 10px;
}

#bottombanner {
    text-align: center;
    color: aliceblue;
    font-size: 20px;
    margin-top: 9px;
    background-color: black;
    height: 30px;

}