.ingredients {
    margin-bottom: 15px;
}

.ingredient{
    border: 5px solid #4CBFA6;
    width: 50px;
    height: 50px;
    background-color: #fdb927;
    border-radius: 20px;
    margin: 5px;
}

.removed {
    border: 5px solid #DE354C;
    opacity: 0.6;
}