
body{
    display: block;
    text-align: center;
    width: auto;
    margin: auto;
}
.seo{
    width: 90%;
    line-height:0.7rem;
    font-size: 0.8rem;
    font-weight: 100;
    position: absolute;
    margin: 0px;
    padding: 0px;
    box-shadow: none;
    text-shadow: none;
    color: rgb(255, 255, 255);
    border: none;
}
.recipes {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    margin-bottom: 0px;
    max-width: 900px;
    border: 1px solid black;
    margin: auto;
}

h1 {color:darkgreen;
    font-size: 5vw;
    font-weight: 900;
    font-style: italic;
    font-family:Verdana, Geneva, Tahoma;
    padding: 10px;
    margin: 40px;
    margin-bottom: 20px;
    width: 80%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 3 auto;
    border: 1px solid black;
    text-shadow: 2px 2px 4px black;
    box-shadow: 6px -6px 4px rgb(59, 58, 58);
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: white;
}
.europe{
    display: block;
    width: 100%;
}
h2{
    text-align: left;
    max-width: 900px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 20px;
    color: darkcyan;
    font-size: 1.6rem;
    text-shadow: 1px 1px 1px black;
    background-color: white;

}
.background{
    width: 97%;
    margin: 20px;
    margin-top: 5px;
    padding: 10px;
    background-image: url('./recipes/images/craciunita.jpg');
    background-size:cover;
    background-position: center;
    flex: 0 2 auto;
    
}
.content {
    background: rgba(222, 20, 20, 0.186);
    margin: 10px;
    display: flex;
    justify-content: center;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 8px -8px 8px rgb(66, 62, 62);
    border-radius: 10px;
    border-style: double;
    flex: 0 2 auto;
}
img{
    border: 1px solid black;
    margin: 5px;
    width: 17vw;
    height: auto;
    box-shadow: 2px -2px 8px black;
    flex: auto;
    min-width: 80px;
    max-width: 200px;
}
p {
    color: rgb(23, 23, 23);
    font-size: 1.1rem;
    border: 2px solid darkcyan;
    border-left: 18px solid darkcyan;
    border-radius: 15px 0px 0px 15px;
    padding: 12px;
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 10px;
    box-shadow: 8px -8px 8px rgb(86, 77, 77);
    column-count: 2;
    column-rule: 3px outset rgb(168, 167, 167);
    column-gap: 20px;
    text-align: justify;
    min-width: 345px;
    max-width: 700px;
    line-height: 1.4;
}
p::first-letter{
    font-size: 3rem;
    color: darkorange;
    font-weight: 700;
    text-shadow: 1px 1px 4px black;
}
.europe-dishes{
    display:flex;
    margin: 15px;
}
.dishes{
    display: flex;
    flex-direction: column;
    width: 170px;
    text-align: center;
    margin: 1px;
    border: 1px solid darkblue;
    box-shadow: 8px -8px 8px rgb(88, 77, 77);
    margin-left: 20px;
}
.dishes a{
    font-size: 16px;
    background: rgb(64, 239, 178);
    width: 130px;
    margin: 10px;
    padding: 5px;
    border-radius: 8px;
}

.transilvania{
    font-size: 1.2rem;
    color: darkblue;
    font-weight: 500;
    text-align: left;
    padding: 5px;
}
.dishess buttons{
    font-size: 16px;
    background: rgb(64, 239, 178);
    margin: 10px;
    padding: 5px;
    border-radius: 8px;

}
.whattoeat{
    font-size: 1rem;
    text-align: left;
    width: 90%;

}
.contribute{
    border: 1px solid rgb(82, 82, 82);
    max-width: 880px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px;
    text-align: left;
    font-size: 1rem;
}
.contribute > h4{
    margin-bottom: 10px;
    text-align: left;
}
ul{
    display: block;
    text-align: left;
}
li{
    list-style:none;
}
footer{
    text-align: center;
    background: rgb(53, 36, 65);
    color: aliceblue;
    margin: auto;
    margin-top: 0px;
    padding: 10px;
    max-width: 885px;
    color: aliceblue;
}
@media(max-width:450px){
    p{
        column-count: 1;
    }
    .recipes{
        zoom: 0.98;
    }
}

    
