body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    color: #333;
    margin: 0;
    padding: 0;
}

.container {
    width: 80%;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: 10px solid #888;
    border-left: 10px solid #888;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header {
    font-size: 2em;
    margin-bottom: 10px;
    text-align: center;
    color: #444;
}

.subheader {
    font-size: 1.4em;
    margin-bottom: 20px;
    text-align: center;
    color: #666;
}

.menu {
    font-size: 1.2em;
    line-height: 1.6;
}

.menu-day {
    background-color: #eef;
    border-left: 5px solid #88a;
    padding: 10px;
    margin: 10px 0;
    color: #555;
}

.menu-day h2 {
    margin-top: 0;
    color: #333;
}

.menu-today {
    background-color: #ddeeff;
    border-left: 5px solid #55a;
    padding: 10px;
    margin: 10px 0;
    color: #225;
}

.menu-today h2 {
    margin-top: 0;
    color: #333;
}

.menu-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.menu-table th, .menu-table td {
    padding: 5px;
    text-align: left;
    width: 50%;
}

.menu-table th {
    color: #333;
}

.dessert {
    font-size: 0.9em;
}

.footer {
    text-align: center;
    margin-top: 20px;
    font-size: 0.8em;
    line-height: 0.6;
    color: #777;
}