body {
    background-color: rgb(227, 227, 227);
}
header {
    background-color: rgb(231, 167, 17);
    text-align: center;
    color: white;
    font-size: 20px;
    padding: 15px;
    border-style: solid;
    box-shadow:0 7px 10px rgb(39, 39, 40);
}
.starters-section {
  border-top: 3px solid #bfbfbf;
  margin: 18px auto;
}
.starters-table {
  width: 100%;
  background: #fff;
}
.starters-table th, td {
  border: 1px solid #cfcfcf;
  padding: 10px;
  text-align: left;
}
.starters-table th {
    background-color: #0b1fbf;
    color: white;
}

.main-section {
  border-top: 3px solid #bfbfbf;
  margin: 18px auto;
}
.main-table {
  width: 100%;
  background: #fff;
}
.main-table th, td {
  border: 1px solid #cfcfcf;
  padding: 10px;
  text-align: left;
}
.main-table th {
    background-color: #99999c;
    color: white;
}


.desserts-section {
  border-top: 3px solid #bfbfbf;
  margin: 18px auto;
}
.desserts-table {
  width: 100%;
  background: #fff;
}
.desserts-table th, td {
  border: 1px solid #cfcfcf;
  padding: 10px;
  text-align: left;
}
.desserts-table th {
    background-color: #87d5ff;
    color: white;
}
