.menu{display:flex;flex-direction:row;height:100vh;background-image:url(/asset/bg-2.png);background-size:cover;background-repeat:repeat}.menu .menu-side{padding-top:1rem;padding-left:1rem;gap:.5rem;width:25%;display:flex}.menu .menu-center{width:50%;justify-content:center;gap:2.5rem}.menu .menu-center,.menu .menu-center .menus{display:flex;flex-direction:column;align-items:center}.menu .menu-center .menus{margin-top:1rem;gap:20px}@media only screen and (max-height:500px) and (orientation:landscape){.menu .menu-side{padding-top:1rem;padding-left:1rem;gap:.24rem;width:25%;display:flex}.menu .menu-center{width:50%;justify-content:center;gap:1.25rem}.menu .menu-center,.menu .menu-center .menus{display:flex;flex-direction:column;align-items:center}.menu .menu-center .menus{margin-top:0;gap:5px}.logo{max-width:60px;max-height:60px;margin-top:.5rem}}