body{
    background: rgb(216, 208, 174);
    text-align: center;
}

div{
    background: rgb(193, 152, 102);
    text-align: center;
}

.select{
    display: flex;
    justify-content: space-between;
    position: relative;
    background:rgb(216, 208, 174) ;
}

p{
    display: inline;
}

img{
    width: 100px;
    height: 50px;
}

.vb{
    display: flex;
    position: relative;
    justify-content: space-between;
}

