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