.menus{background-color:var(--background-color, #fafafa);color:#fff;position:relative;width:100%;height:100%;margin:auto;scroll-behavior:smooth;padding-bottom:10px;max-width:900px}.menu{scroll-padding-top:45px;scroll-margin-top:45px;scroll-behavior:smooth}.menu>h1{margin:20px auto}.section{margin:20px auto;padding-left:10px;display:flex;flex-direction:column;justify-items:center}.section>h2{border-bottom:2px solid #000;font-size:25px;letter-spacing:3px;text-transform:uppercase;color:var(--heading-text-color, black);font-weight:600;margin:10px 0;text-align:left}.section>p{color:var(--secondary-color, black);margin-bottom:10px}.items{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start}.twocols{display:grid;grid-template-columns:1fr 1fr}.item{position:relative;border-radius:5px;width:100%;height:fit-content;max-width:425px;margin:5px 0;padding:5px;color:var(--text-color, #000);text-align:left}.item>p{padding-top:4px}.item>h3>span:before{content:"$"}@media screen and (max-width: 650px){.items{justify-content:center}}
