.bg-kuhni-list {
    position: relative;
    color: #830b1f;;
    left: 0;
    width: 100%;
    margin: 0;
    display: flex;
    text-align: center;
    font-family: sans-serif;
    justify-content: center;
}
.content {
    max-width: 1000px;
    width: 90%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    margin: 30px 0;
    border-radius: 20px 20px 0 0;
      
}

.box-kuhnja {
    position: relative;
    width: 100%;
    height:auto;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
}
.container-text-kuhnja {
    width: 48%;
    height: auto;
    background-color: #e2c7b3;
    padding: 1%;
    border: #e2c7b3 1px solid;
    box-shadow: inset rgba(250, 249, 249, 0.5) -3px -3px 5px, inset rgba(255,255,255,.9) 3px 3px 5px, rgba(102,102,102,.8) 3px 3px 5px -3px;
    border-radius: 10px;
}
.text-kuhnja {
    font-size: 16px;
}
.container-text-kuhnja a {
    text-decoration: none;
    font-style: italic;
    font-size: 24px;
    color: #830b1f;
    font-family: 'Times New Roman', Times, serif;
}
.container-img-kuhnja {
    width: 50%;
    height: auto;
    border: #e2c7b3 1px solid;
    box-shadow: inset rgba(250, 249, 249, 0.5) -3px -3px 5px, inset rgba(255,255,255,.9) 3px 3px 5px, rgba(102,102,102,.8) 3px 3px 5px -3px;
    border-radius: 10px;
}
/* -------------*/
.bg-resept, .recept-comment {
    background-color: wheat;
    border-radius: 20px;
    box-shadow: inset rgba(102,102,102,.5) -3px -3px 5px, inset rgba(255,255,255,.9) 3px 3px 5px, rgba(102,102,102,.8) 3px 3px 5px -3px;
    justify-items: center;
    flex-direction: column;
}
.head-recept {
    display: flex;
    flex-direction: row;
    Justify-content: space-between;
}
.box-ingidienty, .img-napitki {
    text-align: left;
    margin: 10px;
    width: 50%;
    background: #830b1f;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    box-shadow: inset rgba(250, 249, 249, 0.5) -3px -3px 5px, inset rgba(255,255,255,.9) 3px 3px 5px, rgba(102,102,102,.8) 3px 3px 5px -3px;
}
.box-ingidienty li {
    color: white;
}
.box-energi {
    text-align: right;
    margin: 10px;
    padding: 10px 20px;
}
.img-recept {
    width: 400px;
    height: 250px;
    border: 3px wheat solid;
    border-radius: 20px;
    box-shadow: inset rgba(102,102,102,.5) -3px -3px 5px, inset rgba(255,255,255,.9) 3px 3px 5px, rgba(102,102,102,.8) 3px 3px 5px -3px;
    margin: 0 auto;
}
.body-recept {
    width: 600px;
    margin: 0 auto;
    text-align: left;  
    margin-bottom: 2em;
}
.body-recept li {
    margin-bottom: 1em;
}
.recept-comment {
    color: #830b1f;
    width: auto;
    max-width: 800px;
    margin: 20px auto 0 auto;
    padding: 20px;
    /*text-shadow: 2px 2px 0 white, 2px -2px 0 white, -2px 2px 0 white, -2px -2px 0 white, 2px 0px 0 white, 0px 2px 0 white, -2px 0px 0 white, 0px -2px 0 white, 2px 2px 2px rgba(117,51,31,0.7), 2px 2px 2px rgba(117,51,31,0.7);
    */
}
.appetit {
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
}