.navigation_secondary{background:linear-gradient(23deg,#d294ff,#b388eb,#ff94c6);border-radius:5px;border-right:3px solid #000;box-shadow:2px 2px;height:calc(100dvh - 2rem);left:0;overflow-y:scroll;padding-bottom:2rem;padding-left:2rem;position:fixed;top:0;transition:.8s;width:fit-content;z-index:6}.navigation_secondary[open=false]{box-shadow:0;margin-left:-100%}.title_wrapper{align-items:center;display:flex;gap:1rem;margin:2rem 2rem 2rem 0;position:relative}.title_wrapper>img{background:#fff;background-size:contain;border:3px solid #000;border-radius:5px;box-shadow:2px 2px #000;cursor:pointer;height:1.4rem;padding:.7rem;transition:.3s;width:1.4rem}.title_wrapper>img:hover{filter:brightness(.8)}.title_wrapper>.title{background:-webkit-linear-gradient(90deg,#efa7ff,#ffb39a,#d57fa7);background:linear-gradient(90deg,#efa7ff,#ffb39a,#d57fa7);background-clip:border-box;background-clip:text;-webkit-background-clip:text;position:relative;z-index:1;-webkit-text-fill-color:transparent}.title_wrapper>.title,.title_wrapper>.title_shadow{font-family:Pacifico,sans-serif;font-size:2rem;margin:0}.title_wrapper>.title_shadow{bottom:-4px;color:#000;position:absolute;right:-4px;text-shadow:-7px -7px #000,2px 2px #000;z-index:0}.navigation_secondary>div:not(:first-child){display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.navigation_secondary>div:not(:first-child)>p{font-family:Pacifico,sans-serif;font-size:1.2rem;font-weight:700;margin-bottom:0}.navigation_secondary>div:not(:first-child) a{background:#fff;border:3px solid #000;border-radius:5px;box-shadow:2px 2px #000;color:#000;cursor:pointer;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:700;padding:.6rem 1.2rem;text-decoration:none;transition:.3s;width:fit-content}.navigation_secondary>div:not(:first-child) a:hover{filter:brightness(.8)}