*{
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 100vh;
    display: flex;
    justify-content: center;
    position: relative;
}
.container{
    width: 370px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  .containerContent {
    position: absolute;
    top: -8px;
    height: 84vh;
    width: 370px;
    left: 0;
    overflow: hidden;
  }
  .bgImage_nightly{
    position: relative;
}
.bgImage_nightly img {
    width: 370px;
    height: 84vh;
}
.main {
    margin: 20px 16px;
    background-color: transparent;
}
.navbar {
    width: 100%;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navHeading {
    font-size: 31px;
    color: #a60042;
    font-weight: 700;
    margin-right: 57px;
}
.hamburg {
    margin-left: 12px;
    width: 32px;
    cursor: pointer;
    /* height: 60px; */
}
#header {
    margin: -50px 16px;
}
.headerContent {
    padding: 10px;
}
.headerImg {
    height: 200px;
    margin: 0px 6px;
}
.headerImg img {
    width: 100%;
    height: 85%;
}
.headerText {
    text-align: center;
    margin: -29px 10px;
}
.headerText p {
    font-size: 11px;
    line-height: 11px;
    font-weight: 500;
    text-align: center;
    font-family: cursive;
}
.headerText h1 {
    margin-top: 2px;
    font-size: 12px;
}
#menu {
    margin: 6px 16px;
    padding: 20px;
    text-align: center;
    /* background: green; */
}
.menuContent {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 20px;
    padding-top: 7px;
    /* background: green; */
}
#menu button {
    background-color: #a60042;
    color: rgb(255, 255, 255);
    padding: 0px 5px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 20px;
    font-size: 14px;
    margin-top: 47px;
}

.menuItem {
    text-align: center;
    width: 60%;
    height: 122px;
}
.menuItem p {
    letter-spacing: 1px;
    font-size: 10px;
    line-height: 0px;
    padding: 7px;
}
.leftIngredients {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 33%;
    text-align: center;
    border: 2px solid #b5a9a9;
    border-radius: 10px;
}

.menuItem img{
    height: 100%;
    width: 100%;
}
.menuItem h3 {
    font-size: 27px;
    font-weight: 100;
}

footer {
    padding: 0px 10px;
    margin: -19px 27px;
}
.footerItem {
    background-color: #a60042;
    color: white;
    border-radius: 38px;
}
.navfooterImage {
    display: flex;
    padding: 7px 15px;
    justify-content: space-between;
}
.navfooterImage img {
    width: 30px;
    height: 30px;
}

@media screen and (max-width: 480px) {
    .main {
        margin: 31px 16px;
        background-color: transparent;
    }
    .navHeading {
        font-size: 29px;
        color: #a60042;
        font-weight: 700;
        margin-right: 65px;
    }
    .hamburg {
        margin-left: 12px;
        width: 40px;
    }
    .headerImg {
        height: 260px;
        margin: 0px 6px;
    }
    .headerText {
        text-align: center;
        margin: 7px 10px;
    }
    .headerText p {
        font-size: 15px;
        line-height: 20px;
        font-weight: 500;
        text-align: center;
    }
    .headerText h1 {
        margin-top: 3px;
        font-size: 15px;
    }
    #menu {
        padding: 8px;
    }
    #menu button {
        margin-top: 35px;
    }
    .menuItem{
        height: 185px;
    }
    .menuItem img {
       
    } 
    .menuItem p {
        letter-spacing: 0px;
        font-size: 12px;
        line-height: 0px;
        padding: 10px;
    }
    .menuContent {
        display: flex;
        width: 100%;
        justify-content: center;
        gap: 13px;
        padding-top: 13px;
    }
    .navfooterImage {
        display: flex;
        padding: 4px 12px;
        justify-content: space-between;
    }
    .navfooterImage img {
        width: 45px;
        height: 45px;
    }
    footer {
        margin-top: -16px;
        padding: 20px 10px;
        width: 84%;
        margin-left: 20px;
    }
  }