#offCanvasMenu{position:fixed;top:0;right:-100%;width:300px;height:100vh;background:white;box-shadow:-2px 0 5px rgba(0,0,0,0.2);transition:right 0.3s ease-in-out;z-index:9999;padding:20px}#offCanvasMenu.active{right:0}#menuToggle{cursor:pointer;position:fixed;top:20px;right:20px;z-index:10000;background:#333;color:white;padding:10px 15px;border:none;font-size:18px}#closeMenu{background:none;border:none;font-size:20px;position:absolute;top:10px;right:10px;cursor:pointer}