body {
    background-color: rgb(250, 250, 238);
    margin: 0.5%;
    position: relative;
}
.articlelist {
    background-image: url(obrazki/body.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    width: 100%;
    max-width: 1000px;
    height: auto;
    border: 1.5px solid rgb(214, 211, 201);
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 0px 29px -16px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 0px 29px -16px rgba(66, 68, 90, 1);
    box-shadow: 0px 0px 29px -16px rgba(66, 68, 90, 1);
}
header {
    width: 100%;
    display: flex;
    border: 1px solid #564d20;
    background: #5b5958;
    border-bottom-width: 4px;
}
.title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 10px;
    font-family: 'Dancing Script', cursive;
    font-size: 50px;
    color: #FDF4F4;
    text-shadow: 4px 1px 14px rgb(97, 110, 136);
}
.fa-plate-wheat {
    margin-right: 8px;
}
.topButtons {
    margin-bottom: 15px;
    padding: 50px;
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
}
.losuj {
    display: flex;
    justify-content: center;
    align-items: center;
}
.randomFood {
    width: 1000px;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    text-align: center;
    position: relative;
}
.foodSuggest {
    display: flex;
    justify-content: center;
    position: relative;
    width: 333.33px;
    margin-bottom: 8px;
}
.buttons1 {
    position: absolute;
    top: 10px;
    left: 15px;
    margin-left: 10px;
}
.buttons2 {
    position: absolute;
    top: 10px;
    left: 15px;
    margin-left: 10px;
}
.buttons3 {
    position: absolute;
    top: 10px;
    left: 15px;
    margin-left: 10px;
}
.footer {
    margin-bottom: 0px;
}
footer {
    height: auto;
    border: 1px solid #4d4624;
    border-top-width: 9px;
    border-bottom: 1px;
    margin-top: 10%;
    background: #5b5958;
    font-family: 'Dancing Script', cursive;
    color: #FDF4F4;
    border: 1px solid #6b6027;
}
a {
    color: #FDF4F4;
    text-decoration: none;
    cursor: pointer;
}
.cdv {margin-top: 12px;
    margin-left: 20px;
    width: 80px;
    height: 80px;
}
.texrFooter {
    margin-top: 0px;
    margin-left: 20px;
}
.styleButton {
    width: 248px;
    box-shadow: 0px 10px 14px -7px #3e7327;
    background: linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
    background-color: #77b55a;
    border-radius: 13px;
    display: inline-block;
    cursor: pointer;
    color: #f4fdfc;
    text-align: center;
    font-family: 'Dancing Script', cursive;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 1px 0px #5b8a3c;
    outline: none;
    padding: 10px;
    cursor: pointer;
}
.styleButton:hover {
    background: linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
    background-color: #72b352;
}
.titleRecipe1 {
    width: 280px;
    font-size: 100%;
    font-family: 'Dancing Script', cursive;
    text-align: center;
    display: inline-block;
    border: 2px solid rgba(216, 221, 231, 0.1);
    border-radius: 92px 93px 93px 92px;
    background-color: rgba(216, 221, 231, 0.6);
    color: #010706;
    position: absolute;
    top: 80%;
    left: 9px;
}
.titleRecipe2 {
    width: 280px;
    font-size: 100%;
    font-family: 'Dancing Script', cursive;
    text-align: center;
    display: inline-block;
    color: #010706;
    border: 2px solid rgba(216, 221, 231, 0.1);
    border-radius: 92px 93px 93px 92px;
    background-color: rgba(216, 221, 231, 0.6);
    position: absolute;
    top: 80%;
    left: 9px;
}
.titleRecipe3 {
    width: 280px;
    font-size: 100%;
    font-family: 'Dancing Script', cursive;
    text-align: center;
    display: inline-block;
    color: #010706;
    border: 2px solid rgba(216, 221, 231, 0.1);
    border-radius: 92px 93px 93px 92px;
    background-color: rgba(216, 221, 231, 0.6);
    position: absolute;
    top: 80%;
    left: 9px;
}
.imgFood {
    position: relative;
    text-align: center;
    justify-content: center;
}
img {
    border: 1px solid rgba(67, 61, 35, 0.2);
    object-fit: cover;
    width: 300px;
    height: 400px;
}
button {
    color: #6e559c;
    background-color: rgba(246, 244, 238, 0.6);
    width: 27px;
}
.detailsButton {
    margin-bottom: 3px;
}
.mailButton {
    width: 29px;
    margin-bottom: 3px;
}
.youtubeButton {
    width: 29px;
    margin-bottom: 3px;
}
.fa-bars {
    color: #5e0d0d;
    width: 15px;
    height: 13px;
}
.fa-youtube {
    color: #cb0d0d;
    width: 15px;
    height: 13px;
}
.fa-envelope {
    color: #b75829;
    width: 15px;
    height: 13px;
}
p {
    font-size: 120%;
}
@media (max-width:978px) {
    .randomFood {
        display: block;
        width: 334px;
   }
}
@media (max-width: 799px) {
    .topButtons {
        display: block;
   }
    .randomFood {
        width: 334px;
   }
}
main {
    display: flex;
    justify-content: center;
}
