@import "https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&family=Orbitron:wght@400..900&display=swap";
#nav-bar-container{border-bottom:1px solid #000;align-items:center;width:100%;height:85px;display:flex}#logo-box{justify-content:flex-start;align-items:center;width:10%;height:100%;display:flex}#image-box{justify-content:center;align-items:center;height:100%;display:flex}#options{justify-content:space-evenly;align-items:center;width:70%;height:100%;font-family:Orbitron,sans-serif;font-weight:bolder;display:flex}#all-jobs{color:#000;width:20%;transform-style:preserve-3d;background-color:#fff;background-position:0%;background-size:400% 400%;border:2px solid #000;border-radius:10px;justify-content:center;align-items:center;gap:10px;font-size:larger;font-weight:bolder;transition:transform .1s ease-out,box-shadow .3s ease-out,background-position .5s ease-out,background .5s ease-out;display:flex;box-shadow:0 10px 25px #0000001a}#all-jobs :nth-child(2){color:#fff;background-color:#000;border:2px solid #000;border-radius:3px;margin:0;padding:3px}@keyframes fast-gradient-pan{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}#connect-button button{color:#fff;letter-spacing:2px;cursor:pointer;background-color:#1a1a1a;border:none;border-radius:10px;margin-right:30px;padding:10px;font-family:Audiowide,sans-serif;font-size:larger;font-weight:bolder;transition:all .3s}#connect-button:hover button{background-color:#333;transform:scale(1.05)}#connect-button{justify-content:flex-end;align-items:center;width:20%;display:flex}#leaderboard,#box{font-size:larger;font-weight:bolder}body{perspective:800px;margin:0}#all-jobs{color:#000;width:20%;transform-style:preserve-3d;cursor:pointer;background-color:#fff;border-radius:10px;justify-content:center;align-items:center;gap:10px;font-size:larger;font-weight:bolder;transition:transform .1s ease-out,box-shadow .3s ease-out,background .5s ease-out,color .5s ease-out;display:flex;box-shadow:0 10px 25px #0000001a}#all-jobs:hover{color:#fff;background:linear-gradient(120deg,#ff007f,#00ffc3,#ff9a00,#7a00ff) 0 0/400% 400%;animation:1.5s linear infinite fast-gradient-pan;box-shadow:0 35px 50px #0000004d}.dropdown{font-family:Orbitron,sans-serif;display:inline-block;position:relative}.dropdown-btn{color:#fff;cursor:pointer;text-transform:uppercase;border:none;border-radius:10px;font-weight:700;transition:all .3s}.dropdown-btn img{width:100%;height:100%}.dropdown-btn:hover{transform:scale(1.05)}.dropdown-content{z-index:1;background-color:#1a1a1a;border:1px solid #fff;border-radius:10px;min-width:160px;display:none;position:absolute;right:0;overflow:hidden;box-shadow:0 0 20px #ffffff4d}.dropdown-content a{color:#fff;padding:10px 16px;text-decoration:none;transition:all .2s;display:block}.dropdown-content a:hover{color:#000;background:linear-gradient(90deg,#00ffa1,#e4e8e0)}.dropdown:hover .dropdown-content{display:block}#menu{justify-content:center;align-items:center;width:60px;height:55px;display:flex}
