.container {
  background: rgb(251, 251, 251);
  color: rgb(0, 0, 0);
  display: grid;
  position: relative;
  top: 15px;
  grid-template-columns: auto;
  grid-template-columns: auto auto auto;
  /* grid-column-gap: 9em ; */
  grid-row-gap: 1em;
  padding: 14px 16px;
  margin-bottom: 36px;
}

.page {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
  text-decoration: none;
}

.page a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 20px;
}

.icon {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 0.75rem;
}

.overlay-text {
    position: absolute; 
    top: 50%; 
    left: 50%;
    bottom: 50px;
    transform: translate(-50%, -100%);
    color: white;
    padding: 10px 20px;
    font-size: 30px;
    text-align: center;
    font-family: "Times New Roman", Times, serif; 
  }

  .member {
    display: flex;
    text-align: center;
    padding-top: 60px;
    font-size: 20px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  }

  img{
    width:60%;
  }

  .Item{
    display: flex;
    text-align: center;
    padding-top: 60px;
    font-size: 20px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    /* padding-bottom: 50px; */
    padding-top: 60px;
  }

  .imga{
    display: flex;
    text-align: center;
    padding-top: 60px;
    font-size: 20px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    /* padding-bottom: 50px; */
    padding-top: 60px;
  }

  .footerContainer{
    width: 100%;
    padding: 70px 30px 20px;
    background-color: rgb(241, 241, 241);
    margin-top: 60px;
  }
  
  .socialIcons{
    display: flex;
    justify-content: center;
  } 
  
  .socialIcons a {
    text-decoration: none;
    padding: 10px;
    background-color: white;
    margin: 10px;
    border-radius: 50%;
  }
  
  .socialIcons a i{
    font-size: 2em;
    color: rgb(0, 0, 0);
    opacity: 0.9;
  }
  
  .socialIcons a:hover{
    background-color: white;
    transition: 0.5s;
  }
  
  .footerNav{
    margin: 30px 0;
  }
  
  .footerNav ul{
    display: flex;
    justify-content: center;
    list-style-type: none;
  }
  
  .footerNav ul li a{
    color: rgb(0, 0, 0);
    margin: 20px;
    text-decoration: none;
    font-size: 1.3em;
    opacity: 0.7;
    transition: 0.5;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  
  .footerNav ul li a:hover{
    opacity: 1;
  }
  
  .footerBottom{
    background-color: rgb(241, 241, 241);
    padding: 20px;
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 20px;
  }
  
  .designer{
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0px 5px;
  }
  
  @media (max-width: 700px){
    .footerNav ul{
        flex-direction: column;
    }
    .footerNav ul li{
        width: 100%;
        text-align: center;
        margin: 10px;
    }
  }
  
  .flavor{
    width: 15%;
  }
  
  .price{
    width: 15%;
  }
  
  .flavor-container{
    display: flex;
    width: 70%;
    flex-direction: column;
    border-bottom: 2px solid black;
     /* background: #D5D6EA; */
     /* background: #92ace5; */
  } 
  
  .flavor-item{
    display: flex;
    justify-content: space-around;
    text-align: center;
  }
  
  .content-memu{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .flavor-container-1{
    display: flex;
    width: 70%;
    flex-direction: column;
    /* background: #92ace5; */
  }
  