.header{justify-content:space-between;padding:.625rem 1.5rem;transition:all 1s;background-color:#1b1b1b;gap:1.875rem;max-height:4.375rem;border-bottom:.0625rem solid hsla(0,0%,100%,.25)}.header,.header__left,.header__left>div{display:flex;align-items:center}.header__left>div{padding:.5rem;font-size:1.125rem;gap:.625rem;border-radius:.625rem;background-color:#39965f}.header__logo{width:3.125rem;height:3.125rem;margin-top:.3125rem;margin-right:.3125rem}.header__fire{width:.625rem;height:.625rem;border-radius:50%;animation:blink 3s infinite}.header__github{height:100%;animation:shake 2s ease-in-out infinite}.header__github>img{width:2.1875rem}.header__nav{position:relative;display:flex;align-items:center;gap:1.25rem;font-size:1.125rem}.header__nav .header__nav-link{position:relative;z-index:1;padding:.5rem .75rem;text-decoration:none;color:inherit}.header__nav>.header__github{position:relative;z-index:1;transition:all .3s}.header__nav .header__indicator{position:absolute;bottom:0;left:0;height:.25rem;border-radius:2px;background-color:#39965f;transition:transform .3s ease,width .3s ease;z-index:0;width:0}.unvisible{position:relative;transform:translateY(-rem(100));transition:all 1s}@keyframes shake{0%,to{transform:translateY(0) rotate(0)}30%,50%,70%{transform:translateY(-.625rem) rotate(-5deg)}40%,60%{transform:translateY(-.625rem) rotate(5deg)}}@keyframes blink{0%,to{background-color:#000}25%,75%{background-color:red}50%{background-color:#000}}@media(max-width:64rem){.header{gap:1.875rem}.header__left>div{font-size:1.125rem}.header__logo{max-height:4.375rem}.header__nav{gap:1.25rem;font-size:1rem}}@media(max-width:48rem){.header{max-height:3.75rem}.header__nav{display:none}}@media(max-width:28.75rem){.header{padding:.5rem .875rem}.header__left>div{display:none}.header__logo{max-height:3.125rem}}.burger{position:fixed;top:0;bottom:0;align-items:center;width:18.75rem;height:100vh;background-color:#161616;z-index:50;transition:all .4s;left:-18.75rem}.burger,.burger--open{display:flex;flex-direction:column}.burger--open{justify-content:space-between;width:1.875rem;height:1.5625rem;cursor:pointer}.burger--open>div{width:100%;background-color:#fff;height:.1875rem;border-radius:.3125rem}.burger__list{position:relative;width:100%;display:flex;gap:1.875rem;font-size:1.375rem;flex-direction:column;align-items:baseline;padding:1.875rem}.burger__github{padding:.625rem;box-sizing:initial;width:2.5rem}.burger__github>img{width:100%}.burger__link{padding:.625rem}.burger__bg{position:fixed;inset:0;z-index:25}.burger__lock{position:absolute;top:2.5rem;right:2.5rem;background-color:rgba(0,0,0,0);width:1.875rem;height:1.875rem;display:flex;align-items:center;justify-content:center}.burger__lock :first-child{transform:rotate(45deg)}.burger__lock :last-child{transform:rotate(135deg)}.burger__lock>div{position:absolute;top:50%;right:0;background-color:#fff;border-radius:.3125rem;width:100%;height:.3125rem}.open{transition:all .4s;left:0}.footer{position:relative;display:flex;justify-content:center;align-items:center;height:3.125rem;font-size:1.125rem;text-align:center;background-color:#1b1b1b}.footer__github{position:absolute;top:50%;right:3.125rem;transform:translate(50%,-50%);width:1.875rem}.footer__github>img{width:100%}.footer__author{font-size:1.25rem}.footer__author>span{text-decoration:underline}@media(max-width:64rem){.footer{height:2.5rem;font-size:1rem}.footer__github{top:50%}.footer__author{font-size:1.125rem}}@media(max-width:26.25rem){.footer__github{display:none}.footer__author{font-size:1rem}}.fade-in-btm,.fade-in-left,.fade-in-right,.fade-in-top,.fade-in-z{opacity:0;transition:opacity .6s ease,transform .6s ease;will-change:opacity,transform}.fade-in-left{transform:translateX(-50px)}.fade-in-right{transform:translateX(50px)}.fade-in-btm{transform:translateY(50px)}.fade-in-top{transform:translateY(-50px)}.fade-in-z{transform:translateZ(-200px)}.visible{opacity:1;transform:translate(0) translateZ(0)}body{background-image:url(/images/main/bg.png);background-repeat:repeat;overflow:hidden auto;font-family:Mulish,sans-serif;font-size:.875rem;font-weight:600;line-height:1.1;color:#fff;-webkit-user-select:none;user-select:none;background-color:#1b1b1b}body,html{scrollbar-gutter:stable;width:100vw;height:100vh;overflow-x:hidden;cursor:url(/cursor.cur) 8 8,auto}body::-webkit-scrollbar-button,html::-webkit-scrollbar-button{display:none;width:.625rem;height:.625rem}body::-webkit-scrollbar-track,html::-webkit-scrollbar-track{background-color:rgba(0,0,0,0);border-radius:5px}body::-webkit-scrollbar-thumb,html::-webkit-scrollbar-thumb{margin:1.25rem 0;background-color:#ffc801;border-radius:5px}body::-webkit-scrollbar,html::-webkit-scrollbar{width:7px;height:7px}.App{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;width:100%;overflow-x:hidden}*{-webkit-tap-highlight-color:rgba(0,0,0,0)}.dot{background-color:#39965f;border-radius:1.25rem;max-width:10vw;height:.5rem;margin-top:.625rem;margin-bottom:1.875rem}.title{font-size:1.5rem;font-weight:700}.container{margin-inline:10vw}@media(max-width:64rem){.container{margin-inline:5vw}}@media(max-width:36rem){.container{margin-inline:1.25rem}.title{font-size:1.25rem}.dot{max-width:15vw;height:.3125rem;margin-top:.4375rem;margin-bottom:1.25rem}}@media(max-width:26.25rem){.dot{max-width:30vw;margin-top:.3125rem;margin-bottom:.625rem}.title{font-size:1.125rem}}*{padding:0;margin:0;border:0}*,:after,:before{box-sizing:border-box}:active,:focus,a:active,a:focus{outline:none}aside,footer,header,nav{display:block}body,html{height:100%;width:100%;line-height:1;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}button,input,textarea{font-family:inherit}input::-ms-clear{display:none}button{cursor:pointer}button::-moz-focus-inner{padding:0;border:0}a,a:hover,a:visited{text-decoration:none}ul li{list-style:none}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit}