#pagebody {
    padding-top: 70px;
}

.imgMeal {
    height: 225px;
    width: 225px;
}

.imgSwipe {
    height: 36px;
}

.mealCard {
    min-height: 600px;
}

.category-Beef {
    background-color: red;
    width: 1.8rem;
    height: 2rem;
}

.category-Pork {
    background-color: pink;
    width: 2rem;
    height: 1.5rem;
}

.category-Chicken {
    background-color: yellow;
    width: 2rem;
    height: 1.5rem;
}

.category-Seafood {
    background-color: blue;
    width: 1.8rem;
    height: 2rem;
}

.category-Vegetable {
    background-color: green;
    width: 1.8rem;
    height: 2rem;
}

.category-Pasta {
    background-color: orange;
    width: 2rem;
    height: 2rem;
}

.category-Mystery {
    background-color: white;
    width: 1.8rem;
    height: 2rem;
}