
  h1 {
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 40px;
  }

  h2 {
    text-align: center;
    color: #ffffff;
    font-size: 23px;
    font-weight: 400;
    margin: auto;
    margin-top: 20px;
  }

  h3 {
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 6px black;
    font-size: 30px;
    font-weight: 500;

    margin: 18px;
    margin-left: -20px;
    width: calc(100% + 40px);
    height: 50px;
    padding-top: 20px;

    background-image: url("../images/foods/salad.jpg"); /* image header */
    background-position: -125px;
  }

  h3:nth-of-type(2) {
    background-image: url("../images/foods/chicken.png");
    background-position: 0;
    background-position-y: -600px;
    background-size: cover;
  }

  h3:nth-of-type(3) {
    background-image: url("../images/foods/sandwich.jpg");
    background-position: 0;
    background-position-y: -200px;
    background-size: cover;
  }

  h3:nth-of-type(4) {
    background-image: url("../images/foods/bread.jpg");
    background-position: 0px;
    background-size: cover;
  }

  h3:nth-of-type(5) {
    background-image: url("../images/foods/burger.jpg");
    background-size: cover;
  }

  h3:nth-of-type(6) {
    background-image: url("../images/foods/taco.jpg");
    background-position: 0;
    background-size: cover;
  }

  h3:nth-of-type(7) {
    background-image: url("../images/foods/shrimp.jpg");
    background-position: 0px;
    background-size: cover;
  }

  h3:nth-of-type(8) {
    background-image: url("../images/foods/steak.jpg");
    background-position: 0px;
    background-size: cover;
  }

  h3:nth-of-type(9) {
    background-image: none;
  }

  .right {
    text-align: right;
  }

  .menu {
    max-width: 440px;
    margin: 12px auto;
    width: 100%;
  }

  .menu h5 {
    color: #fff;
    font-size: 18px;
    margin: 0;
  }

  .menuitem {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 10px;
    padding: 8px 12px;
    border-radius: 6px;
  }

  .menudesc {
    color: #ccc;
    font-size: 12px;
    margin-top: 6px;
    line-height: 1.4;
    padding: 0 6px 6px 6px;
  }

  .separator {
    flex: 1 1 auto;
    transform: translateY(7px) scaleX(1.15);
    border-bottom: 2px dotted rgba(255,255,255,0.3);
    margin: 0 10px;
    height: 1px;
  }

  h6 {
    color: #dddddd;
    font-size: 15px;
  }

  .p {
    color: #818181;
    font-style: italic;
    font-size: 13px;
    text-align: center;
    margin: 12px;
    margin-top: 6px;
  }