.hamburger{position:fixed;z-index:100;top:1rem;right:1rem;padding:4px;background-color:rgba(0,0,0,0);border:none;cursor:pointer}.closeIcon{display:none}.menu{position:fixed;transform:translateY(-100%);transition:transform .2s;top:0;left:0;right:0;bottom:0;z-index:99;background:#212020;list-style:none;padding-top:4rem;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:30px;color:#fff;gap:40px}@media screen and (max-width: 500px){.menu{font-size:20px}}.menu>li>a{font-size:40px;color:#fff}@media screen and (max-width: 500px){.menu>li>a{font-size:24px}}.menuIcon{color:#fff;font-size:30px}.closeIcon{color:#fff;font-size:30px}.showMenu{transform:translateY(0)}