Category style change:
/menu category title change/
.Collapsible__trigger {
height: 60px;
display: block;
text-decoration: none;
position: relative;
padding: 1.5rem 1rem;
background: #f8f9fa;
color: #5b5b5b;
margin-bottom: 0.5rem;
font-weight: 400;
white-space: pre-wrap;
font-size: 1.75rem;
border-radius: 20px;
margin-left: 2%;
margin-right: 2%;
margin-top: 2%;
background: -o-linear-gradient( 135deg, rgba(9 230 152), rgba(252, 252, 252), rgba(9 230 152), rgba(252, 252, 252) );
background: linear-gradient( -45deg, #ffe1f9, #fff6d6, #def9ff, #ffe5e5 );
background-size: 500% 500%;
-webkit-animation: Gradient 10s ease infinite;
animation: Gradient 10s cubic-bezier(0.47, 0, 0.75, 0.72) infinite;
line-height: 1;
}
/menu item title change/
span.item-name {
font-size: 1.2rem;
color: #5b5b5b;
font-weight: 600;
}
/menu item price change/
span.item-price {
font-size: 1.2rem;
color: #ff8100;
font-weight: 600;
}