body{
    background-color: #34495e;
}
.navbar{
    background-color: #2ecc71;
}

p {
    color: #FFF;
}

#homeCarousel .carousel-item-inner {
    height: 300px;
    background-size: cover;
    background-position: center center;
}

footer p {
    font-size: 0.9rem;
}

#pageContent {
    margin-top: 20px;
}

h1 {
    
    color: #FFF;
    font-size: 1.4rem;
    margin-bottom: 20px;
}
label {
    color: #FFF
}
.mb-3{
    color: #FFF;
}
.category-grid a {
    color: #000;
    text-decoration: none !important;
}

.category-card {
    background-color: #FFF;
    padding: 10px;
}

.category-card .category-image {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center center;
}

.category-card h3 {
    text-align: center;
    font-size: 1.3rem;
    padding-top: 1rem;
}
.recipe-rating-form{
    background-color: #FFF;
}
.recipe-rating-form h2{
    font-size: 1.4rem;
}