body {
    background-image: url('./Photos/AdobeStock_300929807.png');
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #232c33;
    font-size: 21px;
}

h2{
    color: #000000;
    font-size: 15px;
}

.ingredient-container{

    width: 600px;
    padding: 14px 40px;
    margin: 8px 0px;
    display: inline-block;
    border-radius: 4px;
    
}



.box {
    color: white;
    margin: 100px;
    padding: 100px;
    
}
p {
    color: white;
}

.add {
    border-radius: 16px;
    color: black;
    margin: 4px;
}

.text-block {
    position: center;
    background-color: #FAF0E6;
    opacity: 75%;
    border-radius: 25px;
    color:black;
    padding: 10px;

}


.header {
    padding: 30px;
}


h1 {
    font-size: large;
    font-family: 'Arvo', serif;
}

.footer {
    position: bottom;
    
}


#copyright {
     
    font-size: x-small;
}

.p2 {
    text-align: center;
    font-size: x-small;
}

.category {
    align-items: center;
    display: flex;
    font-size: large;
}


.display-image {
    width: 20px;
    height: 20px;
}


.firstIngredient {
    display: inline-block;
}

.welcome {
    font-size: xx-large;
    text-align: center;
    font-family: 'Arvo', serif;
    color: white;
}   

button {
    background-color:#000000;
    border:none;
    border-radius: 50px;
    padding: 12px 28px;
    color:#ffffff;
    text-align: center;
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.title {

    color: black;
}
