html {
    content: "";
    background-image: url(../images/fruitVeggie.png);
}

header {
    margin: 5%;
}

body {
    height: 100%;
    width: 100%;
}

header h1 {
    color: rgb(255, 255, 255);
    font-size: 60px;
    font-weight: bolder;
    text-align: center;
    background-color: none;
    margin: 30px;
    border-radius: 50px;
    -webkit-text-stroke: 3px black;
}

.prevSearch h3 {
    background-color: rgb(129, 182, 104);
    border-radius: 50px;
    color: black;
    font-weight: bolder;
    border-style: solid;
    padding: 1px 10px;
}

.mainFood {
    background-color: rgb(129, 182, 104);
    border-radius: 50px;
    box-shadow: 3px 3px 10px black;
}

.subtitle {
    color: black;
}

.box {
    background-color: rgb(129, 182, 104);
    border-radius: 50px;
    box-shadow: 3px 3px 10px black;
}

ul {
    list-style-type: disc;
}

#foodName h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: black;
}

#recipePicture {
    height: auto;
    width: 100%;
    border: 5px solid white;
    border-radius: 25px;
}

#foodPicture {
    height: auto;
    border: 10px solid white;
    border-radius: 50px;
}

#label {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: rgb(0, 0, 0);
}

#calories {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.foodNutrition {
    text-size-adjust: 25px;
}

.nutItem {
    background-color: rgb(137, 210, 252);
}

#recipeList button {
    display: block;
    cursor: pointer;
    font-size: 25px;
    font-weight: bold;
    color: rgb(129, 182, 104);
    border-radius: 12px;
    border: 2px solid white;
    margin-top: 10px;
    width: 100%;
}

#firstAPI {
    padding: 50px;
    border-radius: 50px;
    z-index: -1;
}

.hide {
    display: none;
}

#recipePicture {
    border-radius: 50px;
    border: 10px solid white;
}

.foodInformation h2 {
    font-size: 125%;
    font-weight: bold;
    color: rgb(0, 0, 0);
    word-wrap: break-word;
}

.makeBorders {
    border: 10px solid white;
    border-radius: 50px;
}

#searchButton {
    background-color: rgb(129, 182, 104);
    color: rgb(0, 0, 0);
}

#nutrientsInfo {
    margin-top: 5%;
    color: black;
    font-size: 20px;
}

#directions {
    word-wrap: break-word;
}

a:link {
    color: rgb(117, 0, 0);
}

a:visited {
    color: rgb(0, 0, 0);
}

a:hover {
    color: rgb(80, 80, 80);
}

#savedRecipeBox button {
    font-size: 25px;
    margin-top: 2%;
    margin-bottom: 2%;
    background-color: rgb(129, 182, 104);
    border-radius:25px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    border: 5px solid white;
    cursor: pointer;
    margin-left: 15px;
    padding: 10px;
}

.prevSearch h2 {
    font-size: 30px;
    color:rgb(0, 0, 0);
    font-weight: bold;
}

#savedRecipeBox {
    text-align: center;
}

.footer {
    padding: 0%;
    border-radius: 50px;
}

footer {
    position: relative;
    text-align: center;
    margin-bottom: 2%
}

@keyframes change {
    0% {
        background-color: rgb(103, 145, 84);
    }

    50% {
        background-color: rgb(255, 202, 58);
    }

    100% {
        background-color: rgb(103, 145, 84);
    }
}

#savedRecipeBox button:hover {
    animation-name: change;
    animation-duration: 2.5s;
}

p ul {
    padding: 20px;
}

li {
    padding-top: 10px;
}

#recipeList li {
    list-style-type: none;
}

.foodNutrition {
    padding-top: 30px;
}

.foodInformation button:hover {
    box-shadow: 0px 5px 3px rgb(255, 202, 58);
    transform: translateY(-8px);
}

#clearRecipe {
    margin: auto;
    margin-top: 10px;
    background-color: rgb(129, 182, 104);
    font-weight: bolder;
    font-size: 25px;
    border-radius: 15px;
    border: 5px solid white;
    cursor: pointer;
}

#textPrev {
    text-align: center;
    font-size: 25px;
}