main {
    display: flex;

    /* align-items : center; */

}

body {
    display: flex;
    align-items: center;
    height: 1000px;
    justify-content: center;
}

.imgs {
    width: 80px;
    margin-right: 25px;
}

.small {
    border-radius: 8px;
    margin-bottom: 15px;
}

.logo {
    color: #1A75FF;
    margin-bottom: 20px;
    margin-top: 20px;
}

.allt {
    margin-left: 50px;
}

.des {
    width: 533px;
    height: 120px;
    font-weight: 700;
    font-family: Merriweather;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    margin-bottom: 20px;
}

.desm {
    color: grey;
}

.price {
    display: flex;
    margin-top: 50px;
    text-align: center;
    align-items: center;
}

.sale {
    width: 144px;
    height: 50px;
    font-weight: 700;
    font-size: 40px;
    align-items: center;
}
.dis{
    width: 61px;
    height: 31px;
    background-color: #AACCFF;
    color: #1A75FF;
    border-radius: 4px;
    text-align: center;
    align-content: center;
    font-weight: 700;
    font-size: 18px;
}
.cs{
    margin-top: 50px;
    width: 109px;
    height: 20px;
    font-weight: 700;
    font-size: 16px;
}
.p1{
    color: grey;
    text-decoration: line-through;
    margin-left: 16px;
    margin-top: 10px;
}
.size{
    display: flex;
    margin-top: 20px;
}
.sizem{
    width: 48px;
    height: 48px;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    align-content: center;
}
.size2{
    background-color: black;
    color: white;
}
.b{
    width: 533px;
    height: 55px;
    background-color: #1A75FF;
    color: white;
    text-align: center;
    align-content: center;
    font-weight: 700;
    font-size: 18px;
    margin-top: 50px;
}
