:root{line-height:1.5;font-family:Imprima,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:radial-gradient(circle,#8faee6,#fff59d 25%,#ffd180,#ef9a9a,#a5d6a7 85%,#8faee6);height:10rem;display:flex;align-items:center;justify-content:center;flex-direction:column}.header .name{font-variant:small-caps;font-weight:700;font-size:2rem;letter-spacing:.1rem}.header .name span{font-size:1.5rem}.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}
