@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

.main_section img {
    max-width: 20%;
    height: auto;
    margin: 0 auto;
    display: block;

}

.main_section{
    margin: 0 auto;
    display: block;
    width: 80%;
}

.main_section h1{
    text-align: center;
}

select {
    width: 90px;
}

body{
    margin: 0 auto;
    background: #ffc9d1;
    padding: 18px;
    font-family: 'Inter', sans-serif;
}


.page{
    width: 100%;
    margin: 0 auto;
    border: 6px solid #000;      
    background: #fff;            
}


header{
    background: #000;
    padding: 28px 10px;
}

header h1{
    margin: 0;
    text-align: center;
    color: #e07a9a;
    font-size: 52px;
    font-weight: 700;
}


nav{
    background: #ffd1d9;
    padding: 16px 22px;
}

nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 44px;
}

nav a{
    text-decoration: none;
    color: #333;
    font-size: 18px;
}


section{
    padding: 28px 34px 34px;
    background: #fff;           
}

section h2{
    margin: 0 0 18px 0;
    color: #e07a9a;
    font-size: 28px;
    font-weight: 700;
}

input{
    margin-left: 15px;
}

footer{
    background: #ffd1d9;
    text-align: center;
    padding: 25px 10px;
    color: #e07a9a;
    font-weight: 700;
}

/* Table */
.menu-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    background: #fff;
}

.menu-table th {
    background: #505050d0;
    color:#fafafa;
    text-align: left;
    padding: 12px;
    font-weight: 600;
    border-bottom: 2px solid #ddd;
}

.menu-table td {
    padding: 12px;
    color: #333;
    border-bottom: 1px solid #e6e6e6;
}

.menu-table tr:nth-child(even) td {
    background: #fafafa;
}
