.banner {
    position: relative;
    width: 100%;
    /*height: 500px;*/
    overflow: hidden;
}

.banner img { 
    width: 100%;
    height: auto;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.banner-content h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.banner-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

@media (max-width: 576px) {
    .banner-content h1 {
        font-size: 2rem;
    }

    .banner-content p {
        font-size: 1rem;
    }
}

/* Table Edit */
#menu-chart{
    margin-top: 3em;
}
#menu-chart h1{
    font-family: ui-serif;
    font-weight: bold;
    color: #f93717;;
    font-size: 2.6em;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
#menu-chart h2{
    font-family: sans-serif;
    font-weight: bold;
    color: #ff0000c2;
    padding-left: 100px;
}

.quantity {
    display: flex;
    align-items: center;
  }
  .quantity input {
    width: 50px;
    text-align: center;
    border: 1px solid #ced4da;
    border-radius: 5px;
  }
  .quantity .btn {
    border-radius: 0 5px 5px 0;
  }


@media (max-width: 400px){
    #menu-chart h1{
        font-size: 2.3em;
    }
    #menu-chart h2{
        padding-left: 5px;
    }
}

@media (max-width: 1000px) and (min-width: 572px){
    #menu-chart h2{
        padding-left: 65px;
    }
}
@media (max-width: 570px) and (min-width:400px ){
    #menu-chart h2{
        padding-left: 15px;
    }
}
