body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: #fff;
    color: #111;
  }
  
  .menu-title {
    border-bottom: 2px solid #000;
    padding-bottom: .5rem;
    margin-bottom: 1.5rem;
  }
  
  .menu-item {
    display: flex;
    justify-content: space-between;
    padding: .4rem 0;
    border-bottom: 1px dotted #ccc;
  }
  
  .card img {
    object-fit: cover;
    height: 220px;
  }
  
  .card {
    border-radius: 0;
  }
  