html {
    font-family: "Delius", cursive;
    font-weight: 400;
    font-style: normal;
    margin: 0;
}

#diff_img{
    width:200px;
}

#click_img{
    width:400px;
}
#size_demo{
    width:50px;
    height:50px;
    border:1px solid black
}

#recipes{
    width: 80vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
a:link,
a:visited,
a:hover,
a:active{
    text-decoration: none;
    color:black
}
.recipe_widget {
    width:16vw;
    margin: 2vh 2vw;
    border-radius: 10px;
    border:2px solid black;
    padding: 1vh 1vw;
    
}

.recipe_widget img {
    width:80%;
    /* padding: 1vh 1vw; */
}

body {
    background-color: rgb(247,214,213);
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0;
    height:90%
}
img{
    max-height: 100vh;
    max-width: 100vw;
}

#alt_container{
    display:none;
}