.skills-container{margin:0;padding:20px;color:white;box-sizing:border-box;background:linear-gradient(135deg,rgba(255,255,255,.2),rgba(255,255,255,.05))!important;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(2px);display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:flex-start;width:90vw;max-width:700px;height:80vh;max-height:90vh;border-radius:20px;border:2px dashed white;z-index:100;overflow-y:auto;box-shadow:0 4px 10px rgba(255,255,255,.2);animation:slide .5s ease-out forwards}.skills-container,.skills-overlay{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.skills-overlay{height:110%;width:110%;background-color:hsla(0,0%,0%,.5)!important;z-index:1001}.skills-title{font-size:1.8rem;margin-bottom:20px;font-weight:700;text-transform:uppercase;border-bottom:2px solid white}.skills-wrapper{width:100%}.skills-category{padding:0 15px;margin-bottom:15px}.category-title{font-size:1.3rem;font-weight:700;border-left:4px solid white;background-color:rgba(255,255,255,.07);min-width:220px;margin:auto auto 10px;border-radius:5px 0 10px 0;padding:3px}.skills-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px;justify-items:center;width:100%;padding:10px}.skill-item{position:relative;border:1px dashed white;display:flex;justify-content:space-between;align-items:center;width:100%;max-width:250px;min-width:200px;background:rgba(255,255,255,.2);padding:10px;border-radius:10px;font-size:clamp(1rem,2vw,1.2rem);font-weight:700;list-style-type:none;transition:box-shadow .2s ease}@media (min-width:301px) and (max-width:460px){body .skill-item{font-size:15px;padding:12px 8px}}.skill-tooltip{position:absolute;top:100%;left:0;margin-top:6px;width:100%;max-width:250px;min-width:200px;background:linear-gradient(90deg,rgba(255,255,255,.2),rgba(255,255,255,.05));backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(2px);border-color:white;border-style:solid dashed;border-width:2px;text-shadow:-1px 1px 1px black,1px 1px 1px black;color:white;box-shadow:-1px 1px 1px hsla(0,0%,0%,.5),1px 1px 1px hsla(0,0%,0%,.5);padding:4px 5px;border-radius:6px;font-size:.85rem;white-space:nowrap;z-index:2000;opacity:0;pointer-events:none;transform:translateY(4px);transition:opacity .2s ease,transform .2s ease}.monthsTotal{font-weight:700;margin-right:30px}.aprox-text{font-style:italic;opacity:.8;font-size:.75rem}.skill-item:hover .skill-tooltip{opacity:1;transform:translateY(0);pointer-events:auto}.skill-beginner{background:hsla(201,100%,77%,.3)}.skill-intermediate{background:hsla(45,100%,75%,.3)}.skill-advanced{background:hsla(140,70%,70%,.3)}.skill-advanced,.skill-beginner,.skill-intermediate{font-size:17px}#exit{position:fixed;left:92%;top:2.5%;height:35px;width:36px;float:right;margin-right:5px;border-radius:50%;border:2px dashed white;background-color:rgba(255,255,255,.2);cursor:pointer;transition:color .3s ease}#exit:hover{color:black;border-style:dotted}.skill-name{text-align:left;flex:1 1}.skill-experience{width:100px;text-align:center}@media (max-width:600px){.skills-list{grid-template-columns:repeat(1,1fr)}.skill-item{justify-content:center;text-align:center}.skills-container{width:90vw;height:85vh}.skills-title{font-size:22px!important}#exit{left:89%}}@keyframes slide{0%{opacity:0}to{opacity:1}}body,html{margin:0;padding:0;height:100%;color:white;overflow-x:hidden;font-family:Poppins}h5{text-align:center}#me{transition:color .5s ease-in-out;font-family:Lexend,sans-serif}.video-background{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}main{position:relative;z-index:1;width:100%;display:flex;justify-content:center;align-items:center;color:white;text-align:center}#welcomeMessage{font-size:40px;margin:40px 20px}.video{position:relative;z-index:10;width:100%;max-width:580px;min-width:300px;min-height:150px;height:auto;aspect-ratio:16/9;margin:20px 10px 20px 0;border-radius:15px;border:none;border:2px solid rgba(255,255,255,0);transition:border .3s ease}.video:hover{border:2px solid white}.videoGlitch{border:2px solid hsla(241,55%,60%,.9)}.moreAbout{display:flex;justify-content:space-between;margin:10px 0;padding:0 0 10px;border:5px solid white;border-top:none}.moreAbout:hover{border-radius:0 0 10px 10px;border:5px dashed white;border-top:none}.litteTalk,.vidContainer{flex:1 1;width:50%}.litteTalk{margin-top:20px;text-align:center;line-height:60px;font-size:30px;padding-right:20px}.vidContainer{position:relative;display:flex;justify-content:center;z-index:1}.secretText{position:absolute;opacity:60%;top:150px;z-index:0}.refresh{padding-top:20px;opacity:50%}.techContainer{height:45px}.Recources img{margin-top:10px;width:45px;height:45px;animation:fadeOut 1s ease forwards}.resume{position:relative;overflow:hidden;border-radius:50px;border:4px solid white;text-transform:uppercase;cursor:pointer;background:rgba(245,245,245,.25);padding:10px 30px;margin:0 10px;color:white;font-weight:600;font-size:15px;transition:border-style .3s ease-in-out}.resume:before{content:"";position:absolute;top:0;width:150%;height:100%;background:rgba(255,255,255,.4);transform:translateX(55%);transition:transform .5s ease-in-out}.resume:hover:before{transform:translateX(0)}.resume:hover{border-style:dashed}.glitch-active .resume:before{animation:slideSquare 1s linear infinite}@keyframes slideSquare{0%{transform:translateX(-100%)}50%{transform:translateX(0)}to{transform:translateX(100%)}}.header-container{display:flex;justify-content:space-between;align-items:center;padding:10px}h1{margin:0;font-size:24px}.bg-slider{position:relative;margin-right:7px;background-color:white!important;width:60px;height:30px;border-radius:60px;cursor:pointer;line-height:88px;transition:background-color .5s ease,border-color .3s ease;border:1px solid rgba(255,255,255,0);-webkit-user-select:none;-moz-user-select:none;user-select:none}#faded-bgStatus{opacity:.6}.bg-slider:hover{border-color:white!important}.switch{background-color:white!important;transition:color .3s ease,background-color .3s ease}.bg-slider .switch{position:absolute;top:2px;height:23px;width:23px;border-radius:50%;border:3px solid black;transition:left .5s ease,background-color .3s ease}.switch-blue{background-color:#6361d1}.bg-slider.on{background-color:black!important}.bg-slider.on .switch{left:33px}.bg-slider.off .switch{left:2px}.Recources{filter:drop-shadow(1px 1px 30px hsl(0,0%,50%))}.Recources:hover{filter:drop-shadow(1px 1px 30px hsl(0,0%,0%))}.tech-icons{margin-bottom:10px;min-height:62px}.tech-icons img{filter:grayscale(100%);transition:filter .3s ease-in-out}.glitch-active img{filter:grayscale(0)}@keyframes glitch{0%{transform:translate(0)}20%{transform:translate(-2px,2px)}40%{transform:translate(2px,-2px)}60%{transform:translate(-2px,2px)}80%{transform:translate(2px,-2px)}to{transform:translate(0)}}.glitch{animation:glitch .2s infinite}.special{color:hsl(0,0%,60%);filter:drop-shadow(0 0 30px hsl(0,0%,55%));display:inline-block;transition:opacity .3s ease,transform .3s ease;animation:colorPulse 2s infinite alternate}nav{position:fixed;top:0;z-index:1000;background-color:hsla(0,0%,100%,.4);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:3px solid white;width:100%}nav ul li{text-align:center;width:115px;border-left:2px solid white;height:24px;color:black;transition:color .2s ease,border-color .2s ease}nav ul li:hover{cursor:pointer;border-radius:5px;border:2px dashed black;padding-top:0}nav ul li:active{color:white;border-color:white;animation:active .3s forwards}nav ul{padding:0;margin:0;list-style:none;display:flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}nav ul a:first-child{padding:0 2px 0 0;border-right:1px solid white;margin-right:auto}@keyframes active{25%{border-color:white}30%{color:white}75%{border-color:black}to{color:black}}#gitHub-redirect{color:white;min-width:99px}@media (min-width:301px) and (max-width:600px){nav{height:30px;text-align:center}nav ul li{padding-top:3px!important}}.projects--category{border:5px solid;border-color:white white rgba(255,255,255,0);text-align:center;background:linear-gradient(90deg,rgba(255,255,255,.2),rgba(255,255,255,.05),rgba(255,255,255,.2));backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(2px);transition:height .3s ease}.main{border-top-color:rgba(255,255,255,0)}.projects--category:hover{border:5px dashed white}#myProjects{border:3px dotted white;border-top:none;border-bottom:none;border-radius:50%;width:80%;max-width:500px}.projectTitle{text-align:center;margin:10px}.projectImage{width:200px;height:210px;background-repeat:no-repeat;cursor:pointer}.project{text-align:center;align-items:center;justify-content:center;width:100%;display:flex;flex-wrap:wrap;gap:10px;border-radius:10px;margin-bottom:10px}.imgContainer{border-radius:10px;border:1px dashed black;padding:5px 0}.project-item{flex-grow:1;flex-shrink:1;flex-basis:calc(25% - 2000px);padding:10px;min-width:300px;height:400px;border:5px solid white;box-sizing:border-box;transition:height .3s ease,transform .3s ease,border-radius .3s ease,border-style .3s ease}.project-item:nth-child(2n){background:linear-gradient(90deg,rgba(255,255,255,.2),rgba(255,255,255,.05),rgba(255,255,255,.2))}.project-item:nth-child(2n),.project-item:nth-child(odd){backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(1px)}.project-item:nth-child(odd){background:linear-gradient(90deg,rgba(255,255,255,.2),rgba(255,255,255,.05),rgba(255,255,255,.2),rgba(255,255,255,.05))}.project-item-main:first-child,.project-item-main:nth-child(2){min-width:49%}.project-item:hover{border-style:dashed;border-radius:10px}.project-item:hover .projectImage{animation:rotate-img .5s ease}.project-item:hover .visitBtn{width:200px}.project-item:hover .description{overflow-y:auto;text-overflow:clip}@keyframes rotate-img{50%{transform:rotate(-3deg)}to{transform:rotate(0deg)}}.description{font-size:14px;padding:0 10px;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-height:1.2em;min-height:35px;transition:max-height .3s ease}.project-item-main:first-child .visitBtn,.project-item-main:nth-child(2) .visitBtn{width:200px}.project-item-main:first-child .imgContainer,.project-item-main:nth-child(2) .imgContainer{border:1px dashed hsl(60,100%,80%)}.visitBtn{position:absolute;background-color:white;top:92%;left:50%;transform:translate(-50%,-50%);width:150px;border-radius:5px;border:1px groove black;font-size:15px;transition:width .3s ease,border-radius .3s ease,transform .3s ease,background-color .3s ease-in-out,color .1s ease}.visitBtn:hover{cursor:pointer;border-radius:15px;color:hsl(120,100%,30%)}.visitBtn:active{border-style:dashed;opacity:.5}.imgContainer{position:relative;width:100%}.phone{background:url(https://raw.githubusercontent.com/GIGIsOtherStuff/mainWebMedia/main/AppImages/others/computer.png);top:10px;right:5px}.computer{background:url(https://raw.githubusercontent.com/GIGIsOtherStuff/mainWebMedia/main/AppImages/others/phone.png);top:45px;right:5px}.git{background:url(https://raw.githubusercontent.com/GIGIsOtherStuff/mainWebMedia/main/AppImages/others/github.png);top:10px;left:5px}.computer,.git,.phone{background-size:contain;width:30px;height:30px;position:absolute;background-color:hsla(0,0%,20%,.481);border-radius:10px;transition:background-color .3s ease-in-out}.computer:hover,.git:hover,.phone:hover{cursor:pointer;background-color:hsl(0,0%,20%);transform:scale(1.05)}.project-item-main:first-child:hover .visitBtn,.project-item-main:nth-child(2):hover .visitBtn{width:250px}.loadingPlaceholderContainer{background:linear-gradient(90deg,rgba(255,255,255,.2),rgba(255,255,255,.05),rgba(255,255,255,.2));backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(1px);width:100%;padding:30px 0}@media only screen and (max-width:600px){.project-item-main:first-child,.project-item-main:nth-child(2){min-width:300px}}@media only screen and (max-width:1000px){.project-item-main:first-child:hover .visitBtn,.project-item-main:nth-child(2):hover .visitBtn{width:200px}.project-item-main:first-child .visitBtn,.project-item-main:nth-child(2) .visitBtn{width:150px}}.popup-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);padding:5px;border-radius:10px;width:310px;height:300px;border:4px dashed white;background-color:rgba(255,255,255,.4);z-index:1001}.visitBtnHover{font-size:18px}#mobileWariningAbout{display:flex;justify-content:center;align-items:center;height:140px!important}.popup-container div,.popup-container h1,.popup-container p{background-color:hsla(0,0%,90%,.6)!important;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);border-radius:5px;margin:5px;padding:5px;z-index:10}.warning-buttons{display:flex;justify-content:center;flex-direction:column;gap:5px}.warning-blur{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3)!important;z-index:1000}.mobileBackBtn{color:black;border-radius:5px;border-style:groove;background-color:hsla(0,0%,100%,.3)}.mobileBackBtn,.mobileVisitBtn{width:150px;font-size:15px;margin:0 auto;transition:border-radius .3s ease}.mobileVisitBtn{background-color:rgba(0,0,255,0);border:1px solid rgba(255,255,255,0)}.mobileBackBtn:hover,.mobileVisitBtn:hover{cursor:pointer;border-radius:15px}.mobileVisitBtn:hover{text-decoration:underline}.mobileBackBtn:active{border-style:dashed;opacity:90%}.howTo{margin-top:10px;line-height:1.5}.howTo p{font-family:Comic Neue,Luckiest Guy,cursive}u{background-color:hsl(0,0%,13%);padding:2px}.howToPlay{background-color:hsl(0,0%,10%)}#exit-settings{position:fixed;left:85%;top:2.8%;height:34px;width:35px;float:right;margin-right:5px;border-radius:50%;color:black;border:2px dashed black;background-color:rgba(255,255,255,.2);cursor:pointer;z-index:20;transition:color .3s ease}#exit-settings:hover{color:white;border-style:dotted}@media only screen and (max-width:600px){body .projects--category h2{padding:20px 0}body .bg-slider{margin-right:0}body .hello{height:93vh;padding-bottom:50px}body ul li{padding-top:4px;font-size:13px;width:84px}body .gmail{font-size:11px;width:84px}.right-side2,body .left-side2{font-size:14px}body .video-background{object-fit:cover;height:100vh;width:100vw}body #welcomeMessage{text-align:center;margin:40px 0}body .bg-slider .switch{top:2px;height:21px;width:21px}body .bg-slider{margin-top:3px;margin-right:7px;width:52px;height:27px}body .bg-slider.on .switch{left:28px}body .bg-slider.off .switch{left:4px}}@media only screen and (max-width:800px){.video{margin:20px 10px}.moreAbout{flex-direction:column;align-items:center}.litteTalk,.vidContainer{width:100%;margin:0}.litteTalk{margin-bottom:20px;line-height:43px}.vidContainer{display:flex;justify-content:center}}@media only screen and (max-width:500px){#welcomeMessage{font-size:29px}}@media (min-width:301px) and (max-width:600px){#me{font-size:20px}.hello h2:first-child,.mainGreeting{font-size:40px}.skills-title{font-size:1.5rem}.skills-category{padding:0 60px}.right-side span{font-size:12px}ul li{width:102px}.Recources img{width:39px;height:39px}.container .desc{font-size:14px}}@media (min-width:601px) and (max-width:1100px){#me{font-size:22px}}@keyframes slideLeft{0%{opacity:0;transform:translateX(20%)}to{opacity:1;transform:translateX(0)}}.container{display:flex;position:relative;border:5px solid white;height:200px;background:linear-gradient(90deg,rgba(255,255,255,.05),rgba(255,255,255,.05),rgba(255,255,255,.05),rgba(255,255,255,.2));backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(0);animation:fade 1s 1;animation:slideLeft .3s ease-in-out}#sliderImg{margin:0 3px;padding:5px}.container:hover{border-style:dashed}.container img{margin-top:5px;width:200px;height:190px;opacity:.5;-webkit-user-select:none;-moz-user-select:none;user-select:none}.container .desc{margin-top:20px;position:absolute;line-height:1.4em;left:46%;top:50px;transform:translateX(-40%);width:40%;text-align:center;font-weight:600;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2;text-shadow:2px 1px 1px black}.git2{position:absolute;left:90%;top:-55px}.container .desc #img2{position:absolute;transform:scaleX(-1);width:100px;height:100px;margin-top:40px;z-index:1;opacity:.3;-webkit-user-select:none;-moz-user-select:none;user-select:none}.container #title{font-family:Lexend,sans-serif;position:absolute;font-size:20px;left:50%;top:20px;transform:translateX(-50%)}.container #next{position:absolute;right:0;height:100%;border:none;border-left:3px solid white;font-size:20px;padding:7px 10px;color:white;background:rgba(255,255,255,0);text-shadow:-1px 1px 1px black,1px 1px 1px black;opacity:.5}.container #next:hover{border-left-style:dashed;cursor:pointer}@media (min-width:301px) and (max-width:600px){.git2{left:85%;top:-55px;width:27px;height:27px}.container .desc #img2{width:70px;height:70px}.container .desc{left:50%;margin-top:15px;line-height:1.1em}.container img{margin-top:15px;width:160px;height:160px}.container #sliderImg{margin:14px 0;padding:0}}@media (min-width:301px) and (max-width:900px){.container .desc{left:47%}}.projects--category h2{width:400px;margin:0 auto;padding:15px 0}#more{border:3px dotted white;border-top:none;border-bottom:none;border-radius:50%;width:80%;max-width:500px}.courceInfo{position:absolute;width:20px;top:10px;right:12px;padding:1px 5px;font-size:20px;background-color:rgba(255,255,255,.2);border:1px solid white;border-radius:50%;transition:border-color .3s ease,color .3s ease}.courceInfo:hover{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:black;border-color:black}.info{margin:0 auto;background-color:rgba(255,255,255,.1);border-radius:10px;padding:0 15px 5px;animation:fade .7s 1}@keyframes fade{50%{opacity:.1}to{opacity:1}}.hello{display:flex;justify-content:center;align-items:center;height:99vh;padding-bottom:60px;transition:opacity .5s ease;font-size:30px;line-height:2vh;z-index:1002;animation:shade 3s 1}.hello,.hello h2{text-align:center}#continueMsg{margin-top:60px;opacity:.8;font-size:20px;filter:drop-shadow(1px 1px 20px hsl(0,0%,99%));animation:shade 2s 1 forwards,shadeInf 2s 2s infinite}#dontShow{text-align:center;text-decoration:underline;font-size:15px;opacity:.25;cursor:pointer;color:white;height:5vh!important;width:250px;margin:20px auto auto;padding-top:10px;transition:color .3s ease,opacity .3s ease;filter:drop-shadow(1px 1px 15px hsl(0,0%,69%))}#dontShow:hover{opacity:.5;text-shadow:2px 1px 1px black}.dontShowContainer{display:flex;justify-content:center;text-align:center;align-items:center;width:88%;margin:auto;height:25px!important;color:black}.mainGreeting,.mainGreetingUnloaded{font-size:60px;transition:opacity .5s ease;filter:drop-shadow(1px 1px 20px hsl(0,0%,60%))}.mainGreetingUnloaded{opacity:.3}.greetEmoji{display:inline-block;font-size:40px;margin-top:50px;animation:wave 4s ease-in-out infinite;filter:drop-shadow(1px 1px 30px hsl(0,0%,90%))}@keyframes wave{0%,to{transform:rotate(0deg)}25%{transform:rotate(15deg)}50%{transform:rotate(-10deg)}75%{transform:rotate(15deg)}}@keyframes shade{0%{opacity:0}to{opacity:1}}@keyframes shadeInf{0%{opacity:.8}50%{opacity:.3}to{opacity:.8}}footer{display:flex;justify-content:space-between;background:linear-gradient(90deg,rgba(255,255,255,.2),rgba(255,255,255,.05));backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(2px);border-style:solid dashed dashed;border-top:2px dashed black;border-radius:20px 20px 0 0;border-bottom:none;padding:20px}footer ul{list-style-type:none;padding:0;margin:0}.center-side,.left-side,.right-side{width:50%;text-align:center;display:table-column;align-items:center}.center-side{padding-top:7px}.center-side:hover{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}a{text-decoration:none;color:inherit;border:none;outline:none}.redirect-icons{width:20px}.gmail{font-size:14.5px}.left-side{display:none;justify-content:left;height:50px}@media (min-width:999px) and (max-width:9999px){.left-side{display:flex}.right-side{text-align:right}}.site-logo{width:30px;height:30px}footer li{display:inline;width:70px;text-align:center;margin:0 0 0 20px}footer li:hover{text-decoration:underline}sub{font-weight:600}.layer2{display:flex;justify-content:space-around;background:linear-gradient(90deg,rgba(255,255,255,.2),rgba(255,255,255,.05));backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(2px);border-style:solid dashed dashed;border-top:2px dashed black;margin-top:1px;padding-top:10px;border-top:1px solid rgba(255,255,255,.2);border-bottom:1px solid white;text-align:center}.left-side2,.right-side2{opacity:.7;margin-bottom:15px;margin-top:5px}.right-side2{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;animation:color 1s 1}.right-side2:hover{text-shadow:2px 1px 1px black}.right-side2:active{color:black}.socials a:first-child{color:hsl(206,100%,50%);text-shadow:1px 1px 1px black}.socials a:nth-child(2){color:black}.socials a:nth-child(3){color:whitesmoke}@media (min-width:301px) and (max-width:460px){footer li{margin:0 0 0 10px}}main{color:black}body{background-color:hsl(0,0%,22%);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:Lexend;src:url(/_next/static/media/Lexend-Bold.0ee49d9e.ttf) format("opentype");font-weight:400;font-style:normal}.lexend-text{letter-spacing:1px;font-size:21px;font-family:Lexend,sans-serif}@media (min-width:301px) and (max-width:600px){a,button,div:not(.warning-buttons *){touch-action:manipulation;-webkit-tap-highlight-color:transparent;outline:none;background-color:transparent}a:active,button:active,div:active{background-color:transparent;color:inherit}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@keyframes fadeOut{0%{opacity:0}to{opacity:1}}::selection{background:#ffffff;color:#000}body::-webkit-scrollbar{display:none}::-webkit-scrollbar{padding:10px;border-radius:10px;width:10px}::-webkit-scrollbar-thumb{background-color:hsl(0,0%,30%);border-radius:6px}::-webkit-scrollbar-thumb:hover{background-color:hsl(0,0%,35%)}::-webkit-scrollbar-track{background-color:rgba(255,255,255,.5);border-radius:5px}::-webkit-scrollbar-corner{background-color:#000}