.menu-container{display:flex;color:#fff;padding:1rem 0;font-weight:500;font-size:1rem;flex-direction:column;justify-content:space-between;min-height:20vh}.menu-container .menu-item:hover{font-weight:600}@media only screen and (max-width:800px){.menu-container .menu-item{margin-top:.6rem}}.menu-container .type-text{margin-left:.8rem}.menu-container .first-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 5rem}@media only screen and (max-width:800px){.menu-container .first-row{flex-direction:column;align-items:baseline}}.menu-container .second-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 5rem}@media only screen and (max-width:800px){.menu-container .second-row{flex-direction:column;align-items:baseline}}.main-box{max-width:90vw;margin:auto;padding:2rem;line-height:1.7}.main-box .para{font-size:.9rem}.main-box h1{margin-bottom:1.2rem;font-size:2rem}.main-box h2{font-size:1rem}.main-box h2,.main-box h3{margin-top:1.2rem;font-weight:400}.main-box h3{font-size:.9rem}