
  h1 {
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    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/alfredoDark.jpg"); /* image header */
    background-position-y: 200px;
    background-size: cover;
  }

  h3:nth-of-type(2) {
    background-image: url("../images/foods/salad2Dark.jpg");
    background-position: 0;
    background-position-y: -600px;
    background-size: cover;
  }

  h3:nth-of-type(3) {
    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: 6px;
    padding-top: 0;
  }

  .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: #ddd;
    font-size: 15px;
  }

  .p {
    color: #818181;
    font-style: italic;
    font-size: 13px;
    text-align: center;
    margin: 12px;
    margin-top: 6px;
  }