.search{
    border: 1px solid pink;
    height: 50px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
}

.blueban{
    height: 320px;
    background-color: rgb(27, 122, 230);
    color: white;
}

.items{
    width: 100px;
    border: 1px solid black;
    height: 125px;
    background-color: rgb(7, 50, 99);
    text-align: center;
}

.sponser{
    background-color: white; height: 40px; width: 95px; border-radius: 20px; 
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; 
    color: black; text-align: center;font-size: 20px;
}

.product{
    width: 225px;
    height: 220px;
    /* border: 1px solid pink; */
    text-align: center;
}