body {
    background-color: #3c3c3c;
    color: #ffff66;
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
}

.logo {
    width: 200px;
    margin-bottom: 20px;
}

.menu {
    margin-top: 500px;
    margin-bottom: 20px;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #33cc33;
    padding: 10px 0;
}

.item-name {
    font-size: 18px;
}

.item-price {
    font-size: 18px;
}

.highlight {
    color: #33ffff;
    font-size: 20px;
    font-weight: bold;
}

.contact {
    font-size: 16px;
    color: #ffff99;
}
