:root{line-height:1.5;font-family:sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{display:flex;justify-content:center;color:#333;font-size:1rem;--primary: #0984e3}#background-image{position:fixed;top:0;left:0;width:100%;height:100%;opacity:.5}#app{height:100vh;width:100vw;max-width:1200px}.header{padding:1rem;text-align:center;position:sticky;top:0;z-index:1000;background:linear-gradient(#ffffff1a,#ffffffb3),url(/assets/mountain-Drigge1I.webp);height:10rem;background-size:cover;background-position:25% 75%;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#fff;text-shadow:0 0 10px rgba(0,0,0,1)}.header .name{font-variant:small-caps;font-weight:700;font-size:2rem}.header .tagline{font-size:.9rem;font-weight:500}.menu{padding:1rem}.menu-section{margin-bottom:4rem}.section-title{text-align:center;font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:var(--primary);position:sticky;top:10rem;z-index:5}.food-items{list-style:none;padding:0;margin:0}.food-item{margin-bottom:2rem}.food-label-price{display:flex;justify-content:space-between;align-items:center;font-weight:500;color:#333}.food-description{font-size:.9rem;color:#999}.seperator{border-top:1px dashed #ccc;margin:0 .75rem;flex:1}
