body{
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: rgb(242, 244, 247);
    padding-top: 80px;
}
.header{
    position: fixed;
    height: 50px;
    background-color: white;
    z-index: 30;
    display: flex;
    right: 0;
    left: 0;
    top: 0;
    flex: 1;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    box-shadow: 1px 0px 4px rgba(0,0,0,0.17);
}
.left-section{
    font-family: Roboto, Arial;
    font-size: 35px;
    font-weight: bold;
}
.input-container{
    position: relative;
    display: flex;
    flex: 1;
}
.search-bar{
    padding-left: 70px;
    outline: none;
    width: 220px;
    height: 32px;
    font-size: 14px;
    border-radius: 16px;
    border-style: solid;
    border-width: 1.5px;
    border-color: rgb(139, 138, 138);
}
.search-icon{
    height: 20px;
    width: 20px;
    position: absolute;
    top: 9px;
    left: 36px;
    opacity: 0.6;
}
.right-section{
    display: flex;
    width: 400px;
    justify-content: space-between;
    align-items: center;
}
.Home-tag{
    color: black;
}
.Home-tag, .Recipes-tag, .Blog-tag, .About-tag:hover{
    cursor: pointer;
}
.Recipes-tag:hover{
    color: rgb(85, 85, 85);
}
.Recipes-tag{
    color:black;
}
.recipes-link{
    text-decoration: none;
    color: black;
}
.Blog-tag{
    color: #e94e1b;
    text-decoration: none;
}
.Home-tag:hover{
    color: rgb(85, 85, 85);
}
.About-tag:hover{
    color: rgb(85, 85, 85);
}
.Login-button{
    width: 60px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    color: white;
    background-color: #e94e1b;
    border: none;
    border-radius: 4px;
}
.Login-button:hover{
    opacity: 0.8;
}

.hero{
    width: 100%;
    position: relative;
}
.chef-image{
    
    width: 100%;

}
.chef-img{
    width: 100%;
}
.slogan{
    position: absolute;
    top: 160px;
    right: 220px;
    color: white;
    font-size: 25px;
    margin: none;
}
h2{
    margin: 0;
    margin-bottom: 18px;
}
.hero-text{
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 18px;
}
.hero-slogan{
    text-decoration: underline;
}
.page-buttons{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
    color: white;
    background-color: #e94e1b;
    border: none;
    border-radius: 4px;
}
.page-buttons:hover{
    opacity: 0.8;
    cursor: pointer;
}

.body-content{
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.article{
    display: grid;
    grid-template-columns: 600px 550px;
}
.article-image{
    width: 100%;
}
.article h3{
    font-size: 24px;
}
.article-link{
    font-size: 18px;
}
.article-link:hover{
    cursor: pointer;
    text-decoration: underline;
}


.other-articles-div{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr ;
    column-gap: 30px;
}
.other-articles-div p{
    font-size: 18px;
    font-weight: 600;
}
.other-articles-div p:hover{
    text-decoration: underline;
    cursor: pointer;
}
.other-articles-image{
    width: 100%;
}



.footer{
    background-color: #333333;
    color: white;
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 40px;
    right: 0;
    left: 0;
    bottom: 0;
    vertical-align: top;
}
.link-head{
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 18px;
}
.left-section-footer{
    font-size: 38px;
    font-family: Roboto, Arial;
}
.logo{
    margin-top: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.middle-section-footer{
    width: 400px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    margin-left: 50px;
    text-align: center;
}
.right-section-footer{
    margin: 0;
    display: flex;
    flex-direction: column;
    vertical-align: top;
    align-items: center;

}
.footer-content{
    font-size: 12px;
}
.newsletter{
    text-align: center;
    font-size: 12px;
}
.subscribers{
    margin-top: 0;
    margin-bottom: 0;
}
.footer-benefits{
    margin-top: 8px;
    margin-bottom: 12px;
}