*{box-sizing:border-box;margin:0;padding:0}.dark{background:#202020}.light{background:#fff}.dark body{color:#a1a1a1}body{font-family:'Victor Mono',monospace;font-size:16px;line-height:1.7;letter-spacing:1px;color:#606d6e;font-weight:300}a{color:#606d6e;font-weight:600;text-decoration:none}header{position:fixed;bottom:0;width:100%;background:#333;color:#fff;z-index:998;transition:all 0.3s ease}.header-inner{max-width:1200px;margin:0 auto;padding:.9rem .7rem;display:flex;justify-content:space-between;align-items:center;transition:padding 0.3s ease}header.shrink .header-inner{padding:.5rem 1rem}.dayNight{cursor:pointer}.dayNight input{display:none}.dayNight input+div{border-radius:50%;width:33px;height:33px;position:relative;box-shadow:inset 16px -16px 0 0 #fff;transform:scale(1) rotate(-2deg);transition:box-shadow 0.5s ease 0s,transform 0.4s ease 0.1s}.dayNight input+div:before{content:"";width:inherit;height:inherit;border-radius:inherit;position:absolute;left:0;top:0;transition:background 0.3s ease}.dayNight input+div:after{content:"";width:8px;height:8px;border-radius:50%;margin:-4px 0 0 -4px;position:absolute;top:50%;left:50%;box-shadow:0 -23px 0 #b9950c,0 23px 0 #b9950c,23px 0 0 #b9950c,-23px 0 0 #b9950c,15px 15px 0 #b9950c,-15px 15px 0 #b9950c,15px -15px 0 #b9950c,-15px -15px 0 #b9950c;transform:scale(0);transition:all 0.3s ease}.dayNight input:checked+div{box-shadow:inset 32px -32px 0 0 #fff;transform:scale(.5) rotate(0deg);transition:transform 0.3s ease 0.1s,box-shadow 0.2s ease 0s}.dayNight input:checked+div:before{background:#b9950c;transition:background 0.3s ease 0.1s}.dayNight input:checked+div:after{transform:scale(1.5);transition:transform 0.5s ease 0.15s}.container{max-width:1200px;display:flex;flex-direction:row;flex-wrap:wrap}main{flex:1 1 65%;max-width:1200px}@media (max-width:1180px){.container{margin:0;flex-direction:column}}@media (min-width:1180px){.container{margin:25px}}@media (min-width:1200px){.container{margin:100px auto}}h1,h2,h3,h4{font-family:'Rampart One',cursive}.hamburger{font-size:24px;background:none;border:none;color:#fff;cursor:pointer;margin-right:1rem}.sidebar{position:fixed;top:0;left:-250px;height:100vh;width:250px;background:#333;color:#fff;padding:2rem 1rem;transition:left 0.3s ease;z-index:999}.sidebar.open{left:0}.sidebar nav ul{list-style:none;margin-top:4rem}.sidebar nav ul li{margin:1rem 0}.sidebar nav ul li a{color:#fff;text-decoration:none}.contpd{margin:13px}#logo{width:58px;height:58px;transition:0.3s ease}.shrink #logo{width:50px;height:50px}#Navig{z-index:4;position:fixed;bottom:0;left:50%;transform:translate(-50%,-50%);filter:drop-shadow(0 3px 2px #106687)}