body {
    margin: 10px;
    padding: 10px;
    background-color: rgba(183, 183, 183, 0.7);
}
#header {
   text-align: center;
    background-color: #ff9c00;
    color: white;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 10px;
    border: 1px solid white;
    box-shadow: 15px 15px 15px 15px gray;
}
.header-text {
    color: white;
    border: none;
}
p {
    font-weight: bold;
    font-size: 22px;
    color: #3b3b3b;
    margin-left: 16px;
    border-bottom: 1px solid gray;
    padding-top: 15px;
}
table {
    margin-left: 18px;
    margin-right: 18px;
    border-collapse: collapse;
}
th, td {
    border: 2px solid lightgrey;
    padding: 5px;
}
tr, td {
    background-color: white;
}

.starter-table, .main-course-table, .dessert-table {
    border: 3px solid black;
    height: 150px;
    width: 95%;
}

.starter-section, .main-section {
    margin-top: 20px;
    margin-left: 7px;
}
.item {
    background-color: blue;
    color: white;
    padding: 15px 15px 15px 10px;
    text-align: left;
}
.main-course {
    background-color: teal;
    color: white;
    text-align: left;
    padding: 15px 12px 10px 7px;
}
.desserts-course {
    background-color: cyan;
    color: white;
    text-align: left;
    padding: 15px 12px 10px 7px;
}

#food-items {
    color: black;
}
.price {
    color: red;
    text-align: center;
    font-weight: bold;
}
.footer {
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
    color: gray;
}
