body{
    font-family: ' poppins', sans-serif ;
}

.top{
    display: flex;
    flex-direction: column;
    padding: 10px;
    gap: 10px;
}

.s1{
    color: blue;
    font-weight: bolder;
    font-size: 15px;
}
.s2{
    color: gray;
    font-weight: bold;
    font-size: 10px;
}
.logo{
    background-color:blue;
}
input{
    width: 500px;
    border-radius: 5px;
    border: 1px solid gray;
    color: gray;
    padding: 15px;  
    margin: 10px; 
}
.img{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    margin: 10px;
    flex-wrap: wrap;
    padding: 30px ;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 30px;
    text-align: center;
}

.img .word{
    font-size: 10px;
    font-weight: bold;
    color: gray;
    display: flex;
}

.img .price{
    font-size: 15px;
    font-weight: bold;
    color: rgb(29, 28, 28);
}

.img .name{
    font-size: 15px;
    font-weight:bold ;
}