html {
    background-color: black;
    color: white;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5em;
    
  }
  
@font-face {
  font-family: "Didactgothic";
  src:url("fonts/DIDACTGOTHIC.TTF");
}

@font-face {
  font-family: "poppins";
  src:url("fonts/POPPINS-BLACK.OTF");
}

  .menu {
    font-family: "Didactgothic";
    font-size: 14px;
  }

  .menu-heading {
    margin: 0;
    font-family: "poppins";
    text-align: center;
    font-size: 32px;
  }
  .menu-heading-2 {
    margin: 0;
    font-family: "Didactgothic";
    text-align: center;
    font-size: 16px;
  }

.heading-divisor{
  margin: 0;
    font-family: "poppins";
    text-align: center;
    font-size: 26px;
}
  
  .menu-group-heading {
    margin: 0;
    padding-bottom: 1em;
    border-bottom: 2px solid #ccc;
    text-align: center;
  }
  
  .menu-group {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5em;
    padding: 1.5em 0;
  }
  
  .menu-item {
    display: flex;
  }
  
  .menu-item-image {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    object-fit: cover;
    margin-right: 1.5em;
  }
  
  .menu-item-text {
    flex-grow: 1;
  }
  
  .menu-item-heading {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Alinea verticalmente los elementos */
    margin: 0;
}

  .price-time {
    display: flex;
    align-items: center; 
}
.menu-item-price, .menu-item-time {
  margin-left: 1em; /* Espacio entre precio y tiempo */
}

  .menu-item-name-2{
    font-size: 12px;
  }
  
  .menu-item-name, .menu-item-name-2 {
    margin-right: 1.5em;
  }
  
  .menu-item-description {
    line-height: 1.6;
  }
  
  @media screen and (min-width: 992px) {
    .menu {
      font-size: 16px;
    }
  
    .menu-group {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .menu-item-image {
      width: 125px;
      height: 125px;
    }
    
    .logo{
        width:15%;
    }
  }
  
   @media screen and (max-width: 992px) {
    .logo{
        width:50%;
    }
  }
  
  .menu-item-description {
    line-height: 1.6;
    font-size: 14px; /* O el tamaño que desees */
    color: lightgray; /* O el color que prefieras */
}

  @media screen and (max-width: 992px){.im{width:60%}} @media screen and (min-width: 992px){.im{width:40%}}