@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Lora:ital,wght@1,500&display=swap');


body {
    max-width: 530px;
    margin: 0 auto;
    /* Center the content within the page */
    background-color: rgb(58, 61, 62);
}

.home {
    padding: 15px;
    height: 545pc;
}









/*  Background Image */



.body {
    background-position: center !important;
}


.row {
    margin-right: 0;
    margin-left: 0;
}





/*     menudetails start here      */

.menudetails {
    padding-top: 5px;

}

.buttons {
    background-color: darksalmon;
    text-align: center;
    text-decoration: none;
    border: 1.5px solid cornsilk;
    color: black;
    padding: 7px;
    border-radius: 20px 0px 20px 0px;
    font-weight: bolder;
        flex-grow: 1;
}

.top-cards h3 {
    width: 90%;
    color: #DE9B72;
    padding-bottom: 3px;
    text-align: center;
    margin-bottom: 4px;
    background: linear-gradient(to left, #f69ec4, #f9dd94 100%);
    background-position: 0 100%;
    background-size: 100% 1.5px;
    background-repeat: repeat-x;
}

.menu-details {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu-details h3 {
    border-top: 2px solid burlywood;
    border-radius: 20px;
    width: 68%;
    color: #f7b77e;
    padding-bottom: 3px;
    text-align: center;
    margin-bottom: 4px;
    background-position: 0 100%;
    background-size: 100% 1.5px;
    background-repeat: repeat-x;
    padding-top: 10px;
    text-transform: uppercase;

}

/* expand menu */
.collapsible {
    background-color: #DE9B72;
    color: #444;
    cursor: pointer;
    padding: 7px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.active, .collapsible:hover {
    background-color: #DE9B72;
}

.icon {
    float: right;
    text-align: center;
    font-size: 23px;
    margin-top: -11px;
    font-weight: bold;
}

/*
.content {
    display: none;
    overflow: hidden;
}
*/
.boxess {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 7px;
    border-bottom: 4px solid burlywood;
    border-radius: 20px;
    margin-top: -18px;
    padding: 16px 10px 17px 10px;
}

/* expand menu */
/*     menudetails end here      */