/* Stylesheet */
#saved-recipes{
    margin:auto;
}

body{
    background:rgb(112, 112, 112);
    background-image: url(ingredients1.jpg);
    background-blend-mode: screen;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    
}


#nav-wrapper{
    height:auto;
    
}
#header {
    font-family: 'Roboto Condensed';
    font-size:2.5rem;
    
}

main {
    flex: 1 0 auto;
  }
      

.btn {
    margin-top:2%;
}


@media (min-width: 768px) {
    #recipe-search{
        margin-left:10%
    }
    #main-content{
        margin-top:2.5%;
        margin-left:10%;
    
    }
    
}



