.select{
    top: 0px;
    right: 0px;
    position: absolute;
}
.list{
        position: absolute;
}
.add{
    position: absolute;
    top: 80%;
    left: -6%;
    transform: rotate(90deg);
}
.glow{
    position:absolute;
}
.tap-target-content > .list{
        position: absolute;
    top: -5%;
    right: 0%;
}
.tap-target-content > .select{
    top: 0px;
    right: 0px;
    position: absolute;
}
.tag-target-content > .add{
    position: absolute;
    top: 80%;
    left: -6%;
    transform: rotate(90deg);
}
.glow{
    background-color: #fff;
    box-shadow: 11px 19px 18px 20px pink;
}
.container > .glow {
    top: 20%;
    position: absolute;
    width: 27%;
    left: 6%;
    height: 4%;
}
.input{
    border: 1px solid white;
    background-color: white;
}
.container > .input{
    top: 20%;
    position: absolute;
    width: 16%;
    height: 12%;
}

.container > .select-meal{
    position:absolute;
    width: 17%;
    left: 5%;
    top: 50%;
}
.recipe-list{
    position: absolute;
}
.container > .recipe-list{
    top: 42%;
    left: 5%;
    width: 27%;
    min-height: 400px;
}
body  > .add-div{
    top: 32%;
    left: 27%;
    padding: 23px;
    position: absolute;
    border: 21px solid pink;
    background-color: #f4edee;
    width: 51%;
}
.img{
    position: absolute;
    
}
body > .img{
    right: 2%;
    height: 87%;
    top: 9%;
}
.container{
    position: absolute;
    top: 49%;
    left: 5%;
    width: 61%;
    height: 53%;
}
.input-container{
    display:flex;
}


