html {
    font-family: brevia,sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: wheat;
    
    
}
body {
    margin-left:auto;
    margin-right:auto;
    max-width: 800px;
    min-width: 500px;
    width:90%;
    background-color: bisque;
    
}
h1 {
    
    text-align: center;
    font-size: 3.5rem;
}
h2 {
    text-align: center;
}

#ingredients ul {
    list-style-type:disc;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
    font-size: 1.2rem;
    line-height:2rem;
   
    
}
#directions ul {
    
    
    list-style:decimal;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
    line-height:2rem ;   
}
 img {
    
    text-align: center;
    padding-left: 25%;
    width:50%;
}
#header {
    
    background-image: url(https://traditionalcookingclasses.gr/wp-content/uploads/2020/07/rice-pudding.jpg);
    background-position: center;
    overflow: auto;
    padding-bottom: .5rem;
    
      
}
#header ul {
    
    list-style-type: none;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
    
    
}
#header li {

    float: left;
    max-width: 500px;
    border-right: 3px solid white;
    padding: 0px 10px;
    font-weight: bold;   
}

#leftovers {
    padding: 10%;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
}
@media (max-width:480px){
     ul li {
        width:75%;
        font-size: 1rem;
        margin-left:1rem;
    }
}
