html {
    margin: 0px auto;
}


body {
    text-align: center;
    font-family: 'Georgia', serif;
    /* background-color: #f5e9ca; #FBEDAF; */
    background-color:  #ffedd8;
    color: #1b1e22;
    margin: 0 auto; 
    padding: 0;

}

.title {
    text-align: center;
    margin: 0px;
    position: sticky;
    width: 100%;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    top: 0;
    
    border-bottom: 1px solid black;
}

.title_pad {
    margin: 0px;
    width: 100%;
    background-color: white;
    padding-bottom: 30px;
    top: 0;
}

.description {
    
    min-width: 60px;
    width: 45%;
    border-radius: 13px;
    padding: 20px;
    margin: auto;
   
}

img {
    width: 32%;
}

.images {
    width: 70%;
    min-width: 700px;
    margin: auto;
    padding: 20px 40px 20px 40px;
    background-color: white;
    border-radius: 13px;
    margin-bottom: 50px;
}


h3 {
    text-align: center;
}

h4 {
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 0%;
}

.recipe, .links {
    display: flex;
    width: 70%;
    min-width: 700px;
    margin: auto;
    padding: 20px 40px 20px 40px;
    background-color: white;
    border-radius: 13px;
    margin-bottom: 50px;
}

.ingredients {
    flex-basis: 90%;
    text-align: left;
    margin-left: 5px;
    padding-right: 2em;
    border-right: 1px solid black;
}


.prep {
    text-align: left;
    margin-left: 2em;
   
}

.L-discript {
    margin-top: 10px;
    text-align: left;
    line-height: 1.5;
}

.recipe_websites {
    padding-right: 2em;
    border-right: 1px solid black;
}

.non-recipe_websites {
    padding-left: 2em;
}

/* unvisited link */
a:link {
    color: #772f1a;
  }
  
  /* visited link */
  a:visited {
    color: #4e1f11;
  }
  
  /* mouse over link */
  a:hover {
    color: #e5989b;
  }
  

.footer {
    margin-top: 70px;
}