
#container {
    
    background-color: rgb(254, 226, 144);
    
    padding: 30px; 
    width: 750px;
    justify-content:flex-end;
    display: grid;
    margin: auto;
    z-index: 1;
    opacity: 1;
    align-self: center;
    width:800px;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#navbar {
    display: block; 
    list-style-type: none;
    margin: 15px; 
    padding: 0;
    overflow: hidden;
    background-color: #eb9d02;
    position: sticky;
    top: 0;
    width: 100%; 
    border-radius: 26px;
    margin: 10px auto; 
}
#nav_text a {
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    
  }
#nav_text {
    color: rgb(255, 215, 94);
    text-align: center;
    padding: 30px 30px;
    text-decoration:none;
    float: left;
    font-size: 30px;
    
    
}
a { color: black; text-decoration:none; }
#navbar li {
    background-color:#eb9d02;
    
}
#navbar li:hover {
    background-color: #c67417;
   
}
.active {
    background-color: #bb5c0a;
}

#heading {
    color:#bb5c0a;
    text-align: center;
    text-shadow: 0px 0px 3px rgb(85, 54, 54);
    font-size: 45px;
}
#heading-style {
    color:#ef872d;
    text-align: center;
   
    font-family: Brush Script MT, Brush Script Std, cursive;
    font-size: 115px;
    text-shadow: 5px 5px red;
}

#caption {
    text-indent: 100px;
    font-size: 20px;
    font-family: Courier New, monospace;
    color:black;

}

#recipe_list {
    display: block;
    text-decoration: none;
    font-size: larger;
    text-indent: 30px;
    
    
    
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#recipe_list a:hover {
    font-size: 30px;
    color:#eb9d02;
    font-size: 25px;
    transition: font-size 1s;
}


div {
    text-indent: 25px;
    background-color: aliceblue;
    margin-top: 20px;
    border-radius: 35px;

    

}
#div_text {
    font-size: larger;
    text-indent: 20px;
}
#div_title {
    font-size: 30px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}

#div_title2 {
   
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 25px;
}

#div_text2 {
    text-align: left;
    margin-left: 20px;
    margin-right: 250px;
}

img {
    width:255px;
    height:250px;
    display: flex;
    align-items: end;

    padding:0;
    margin:0;
}
.Ind {
    margin:0;
    padding:0;

}

.indian-style {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
    
    
}

a:hover {
    font-size: 10px;
    font-size: 20px;
    color:#ef872d;
    transition: font-size 1s;
}
