body{
    font-family: 'Poppins', sans-serif;
    background-color: #91d2d4;
    margin: 0;
}
.font{
    font-size: 60px;
    font-weight:bold;
    margin: 5%;
    line-height: 75px;
    
}
p{
    font-family: 'Roboto', sans-serif;
}
.paragraph-font{
    font-size: 25px;
    font-weight: lighter;
    font-family:Arial, Helvetica, sans-serif;
    text-align: justify;
    margin: 5%;
}
.order-food-button{
    
    font-size: 20px;
    color: white;
    font-weight:400;
    text-decoration: none;
    margin: 5%;
    padding: 12px 25px;
    font-family:Georgia, 'Times New Roman', Times, serif ;
    border-radius: 25px;
    background-image:linear-gradient(#FBA24F,#FF1E1E);
}
.orange{
    color: #df4f2f;

}

.first-section{
    display: flex;
    margin: 20px 40px;

}
.first-image{
    height: 747.23;
    width: 658.26;
}

.section-div-one{
   margin: 5%
   width: 40%;
   height: 600px;
   padding-top: 180px;

}

.section-div-two{
    margin: 5%
    width: 40%;
    padding-top:4%;
}

.second-section{
    display: flex;
    background-image: url(shapes/7.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 50px;
    margin-bottom: 60px;
    height: 500px;
    
}
.about-image{
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 40px;
    padding-right: 10px;
    padding-top: 50px;
    padding-bottom: 0px;
    display: flex;
}
.img{
    text-align: center;
}
.about-section{
    width: 40%;
    margin-left: 2.5%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-right: 5%;
    padding-top: 100px;
    padding-right: 100px;
    text-align: justify;
    color: rgb(0, 0, 0);
    
}
.about-me{
    color: rgb(121, 116, 70);
    font-size: 40px;
}

.contact-me-button{
    font-size: 20px;
    color: white;
    font-weight:400;
    text-decoration: none;
    padding: 12px 25px;
    font-family:Georgia, 'Times New Roman', Times, serif ;
    border-radius: 25px;
    background-image: linear-gradient(#FBA24F,#FF1E1E);
}

.display-flex{
    display: flex;

}
#Diet-recipes{
    text-align: center;
    margin-left: 400px;
    margin-right: 400px;
}
.third-section{
    height: 528px;
    width: 1239px;
    padding: 2% 10%;
    margin-top: 50px;
}
.image-size{
    height: 200px;
    width: 300px;
    border-radius: 20px;
}
.recipe-one{
    border: 3px solid rgb(153, 214, 11);
    border-radius: 15px;
    width: 29.33%;
    padding-left:1%;
    padding-top:1%;
    padding-bottom:2%;
    padding-right:1%;
    margin: 3%;
    margin-left: 150px;
    margin-right: 20px;
    text-align: center;
}
.recipe-two{
    border: 3px solid rgb(153, 214, 11);
    border-radius: 15px;
    width: 29.33%;
    padding-left:1%;
    padding-top:1%;
    padding-bottom:2%;
    padding-right:1%;
    margin-left: 20px;
    margin-right: 20px;
    margin: 3%;
    text-align: center;
}
.recipe-thiree{
    border: 3px solid rgb(153, 214, 11);
    border-radius: 17px;
    width: 29.33%;
    padding-left:1%;
    padding-top:1%;
    padding-bottom:2%;
    padding-right:1%;
    margin: 3%;
    margin-right: 150px;
    margin-left: 20px;
    text-align: center;
}
.h-one{
    text-align: left;
}
.paragraph{
    text-align: justify;
}
.box-shadow{
    box-shadow:10px 10px 40px rgb(105, 105, 96);
}
.box-shadow-two{
    box-shadow: 10px 10px 50px rgb(39, 52, 231);
}
.my-recipe{
    text-align: center;
    width: 100%;
}
.yellow{
    color: rgb(26, 1, 165);
    border: 1px solid rgb(83, 179, 163);
    box-shadow: 10px 10px 40px cyan;
    border-radius: 15px;
    margin: 10px;
    padding:15px 20px;
}
.bottom-part-one{
    text-align: center;
    width: 100%;
    margin-left:20px;
    padding: 10px; 10px;
    line-height: 10px;
}
.bottom-part-two{
    text-align: center;
    margin-right:20px;
    width: 100%;
    padding: 10px; 10px;
    line-height: 10px;
}
.bottom-part-thiree{
    text-align: center;
    margin-right:20px;
    width: 100%;
    padding: 10px; 10px;
    line-height: 10px;
}
.bottom-part{
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 70px;
}
footer{
    background-color: black;
    color: white;
    text-align: center;
    height: 256px;
    width: 100%;
    margin-top: 100px;
}
.fother{ 
    padding-top: 60px;
    line-height: 5px;
}
.footer-color{
    color: rgb(92, 128, 129);
}
