
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Comic Sans MS", sans-serif;
    color: #333333;
}

body {
    background-color: #fff7e6;
    display: flex;
    justify-content: center;
}

#wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-bottom: 10px;
}

header h1 {
    font-size: 2.5em;
    color: #f28b82;
    margin-bottom: 10px;
}

nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 20px;
}

nav ul li a {
    color: #ffb74d;
    text-align: center;
    align-items: center;
    font-size: 1.2em;
    text-decoration: none;
    padding: 10px 15px;
    transition: color 0.3s, background-color 0.3s;
    border-radius: 4px;
}

nav ul li a:hover {
    background-color: #e0f7fa;
    color: #1c4966;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

#intro {
    text-align: center;
    padding: 30px;
    background-color: #fff8e1;
    border-radius: 8px;
    margin-bottom: 30px;
}

#techniques h3 {
    text-align: center;
    color: #ff7043;
    margin-bottom: 30px;
}

.techniques-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

#techniques {
    padding: 20px;
    background-color: #fff8e1;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-top: 20px;
}

.techniques-image {
    width: 100%; 
    height: auto; 
    object-fit: cover; 
    border-radius: 8px;
    margin-bottom: 10px;
}

.techniques-grid article {
	width: 250px;
    background-color: #f28b82;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.techniques-grid article img{
    height: 200px;
}

#tips h3 {
    text-align: center;
    color: #ff7043;
    margin-bottom: 15px;
}

#tips ul {
    list-style: disc;
    margin: 15px 20px;
    padding: 0;
}

#tips ul li {
    margin-bottom: 12px;
    line-height: 1.6;
}

#essentials {
    padding: 20px;
    background-color: #fff8e1;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-top: 20px;
}

#essentials h2 {
    color: #f28b82;
    margin-bottom: 15px;
    font-size: 2em;
}

#essentials p {
    margin-bottom: 20px;
    font-size: 1.1em;
}

.essentials-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.essentials-grid article {
    width: 250px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.essentials-grid article:hover,
.techniques-grid article:hover,
.recipe-grid article:hover {
    transform: scale(1.05);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}

.essential-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    object-fit: cover;
    margin-bottom: 10px;
}

.essentials-grid article img{
    height: 200px;
}

.essentials-grid h3 {
    color: #3c8dbc;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 1.2em;
}

.essentials-grid p {
    font-size: 1em;
    color: #666;
}

#kitchen-essentials-table {
    text-align: center;
    margin: 30px auto;
    margin-bottom: 10px;
    text-align: center; 
    display: block; 
}

#kitchen-essentials-table table {
    width: 80%;
    margin: 0 auto;
    border-collapse: collapse; 
    font-family: Arial, sans-serif;
}

#kitchen-essentials-table th,
#kitchen-essentials-table td {
    border: 1px solid #ddd; 
    padding: 10px;
    text-align: center;
}

.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
}

.video-container iframe {
    width: 400px; 
    height: 225px; 
    max-width: 100%; 
}


#banner {
    position: relative;
    width: 100%;
    height: 300px;
    background: url(logopage.jpg) center/cover no-repeat;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#about {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: #e3f2fd;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.about-text {
    width: 60%;
    text-align: left;
    padding-right: 20px;
}

.about-photo {
    width: 35%;
    height: 300px;
    background-image: url(about.jpg);
    background-color: #cccccc; 
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 1.2em;
    background-size: cover;
}

#featured {
    background-color: #f28b82;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.recipe-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.recipe-grid article {
	width: 250px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.recipe-grid article img{
    height: 200px;
}

.recipe-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    object-fit: cover;
    margin-bottom: 10px;
}

.recipe-grid h3 {
    color: #3c8dbc;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 1.2em;
}

#newsletter {
    text-align: center;
    padding: 20px;
    background-color: #fffde7;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

#newsletter form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

#newsletter input[type="email"] {
    padding: 8px;
    width: 80%;
    max-width: 300px;
    border: 1px solid #6cb2eb;
    border-radius: 4px;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

#newsletter button {
    padding: 10px 20px;
    background-color: #6cb2eb;
    border: none;
    color: #ffffff;
    font-size: 1em;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

#newsletter button:hover {
    background-color: #3c8dbc;
}

@media screen and (max-width: 768px) {
    nav ul {
        flex-direction: column; 
        gap: 10px; }

    nav ul li {
        flex: none; 
        width: auto; }

    nav ul li a {
        font-size: 1em; 
        padding: 8px 12px; }
}

footer {
    text-align: center;
    padding: 10px;
    font-size: 0.9em;
    background-color: #e0f7fa;
    border-radius: 4px;
    margin-top: 20px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    color: #333;
}

footer a:hover {
    text-decoration: underline;
}
