section {
    display: none;
}

.active {
    display: block;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    padding: 16px;
}

h1 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 16px;
}

h2 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 12px;
}

h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

p {
    margin-bottom: 12px;
    line-height: 20px;
}

#dishesList p{
    text-align: center;
}

.flexcontainer {
    display: flex;
    flex-wrap: wrap;
}

#selectdish #dishesList{
    justify-content: space-around;
}

img{
    width: 350px;
    border-radius: 10%;
}

#previousOrders img{
    width: 200px;
}

#summaryList li{
    list-style-type: disc;
}

.orderTitle{
    font-weight: bolder;
    margin: 0;
}

.orderDetails{
    padding-left: 20px;
}