Header {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(255, 86, 86);
}

nav {
    background-color: rgb(255, 86, 86);
    text-align: center;
    height: 50px;
    border-radius: 15px;
}

h2 {
    display: inline;
    margin-left: 10%;
    margin-right: 10%;

}

h3 {
    margin-left: 100px;
    font-size: 40px;
    color: rgb(255, 94, 94);

}

h4 {
    font-size: medium;
    margin-left: 110px;


}

.D1 {
    float: right;
    margin: 40px;
    background-color: rgb(255, 114, 114);
    margin-top: 0px;
}

img {
    float: left;
    padding: 0%;
    margin-left: 20px;
    border-style: ridge;
    border-width: 15px;
    margin-top: 20px;
}

.P1 {
    font-size: 25px;
    margin-left: 240px;
    margin-right: 30px;
}

body {
    background-image: url(https://static.vecteezy.com/system/resources/previews/023/120/627/large_2x/the-hot-grill-and-flame-with-ai-generated-free-photo.jpg);
}



h5 {
    text-align: center;
    color: rgb(255, 67, 67);
    font-size: 15px;
}

a {
    text-decoration: none;
    color: rgb(46, 46, 46);
}

a:hover {
    color: rgb(229, 255, 0);
}

.D3 {
    display: inline-flex;
    size: 100%;
    width: 100%;
    margin-top: 40px;
    justify-content: center;
    background-color: brown;
}

.image-container {
    position: relative;
    display: inline-block;
    padding: 30px;
}

.image-container img {
    width: 500px;
    height: 300px;
    object-fit: cover;
    display: block;

}

.image-text {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: black;
    color: rgb(255, 153, 0);
    padding: 10px 20px;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 100px;
}

.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(255, 96, 96);
    border: 1px solid #ccc;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    padding: 10px;
    min-width: 150px;
    text-align: center;
    z-index: 10;
}

.dropdown p {
    margin: 5px 0;
    padding: 5px;
    cursor: pointer;
}

.dropdown p:hover {
    background-color: #f0f0f0;
}

#folk {
    color: rgb(0, 153, 0);
}

.contact-form {
    max-width: 1000px;
    margin: 40px auto;
    padding: 20px;
    background-color: brown;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-form h2 {
    margin-bottom: 15px;
    text-align: center;
}

.contact-form label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

.contact-form input,
.contact-form textarea {
    width: 97%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.contact-form button {
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: rgb(229, 255, 0);
    color: black;
}

.recipe-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 40px 20px;

}


.recipe-card {
    background-color: brown;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 300px;
    text-align: center;
    transition: transform 0.3s ease;
}

.recipe-card:hover {
    transform: scale(1.05);
}

.recipe-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-style: none;

    justify-content: center;
    margin-left: 0px;

}

.recipe-card h3 {
    margin: 15px 0 10px;
    color: #f87c7c;
}

.recipe-card p {
    padding: 0 15px;
    font-size: 0.95rem;
    color: #fc8282;
}

.recipe-card a {
    display: inline-block;
    margin: 15px;
    padding: 10px 15px;
    background-color: #474747;
    color: rgb(209, 206, 206);
    border-radius: 5px;
    text-decoration: none;
}

.recipe-card a:hover {
    background-color: rgb(229, 255, 0);
    ;
    color: rgb(0, 0, 0);
    ;

}

.T {
    margin-right: 0px;
    max-width: 100px;
    width: 100px;
    height: 40px;
    background-color: rgb(255, 114, 114);
    margin-top: 30px;
    border-radius: 30px;
    padding-top: 10px;
    max-height: 30px;
    transition: transform 0.1s ease;
}

.TA {
    padding-left: 15px;


}

.T:hover {

    transform: scale(110%);
}

h1 {
    text-align: center;
    color: rgb(255, 96, 96);
    font-size: 30px;

}

.footer {
    background-color: rgba(114, 43, 43, 0.678) !important;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 14px;
    opacity: 1;
    z-index: 999;
    position: relative;
    margin-top: 0;
    border-top: none;
    height: 20px;
    justify-content: center;
}


html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

main {
    background-color: transparent;
    z-index: 1;
    position: relative;
    flex: 1;
}
h6 {background-color: #f87c7c;
color: black;
max-width: 1500px;
text-align: center;
margin: auto;
font-size: 24px;
border-radius: 20px;}
