@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");.Site{display:flex;flex-direction:column;flex:1 1;min-height:100vh}.background{filter:blur(4px);background-image:var(--background-path);animation:mymove 200000s linear infinite;width:110vw;height:110vh;position:fixed;left:-5vw;top:-5vh;z-index:-1;background-color:var(--bg-color)}@keyframes mymove{0%{background-position-x:0;background-position-y:0}to{background-position-x:200000%;background-position-y:250000%}}:root{--bg-color:#252627;--bg-color-2:#1e1e1e;--old-bg-color:#202225;--text-color:rgb(221,221,221);--red-accent-color:#ff4343;--teal-accent-color:#00f2fe;--green-accent-color:#0aad56;--orange-accent-color:#fc6a03;--accent-color:#0aad56;--dark-accent-color:#067d34;--section-height-link-offset:130px;min-height:10vh;display:flex;flex-direction:column}body{padding:0;font-family:Lato,sans-serif}body,h1{margin:0}h1{font-weight:700;color:var(--accent-color);font-size:2.2rem}h2{font-size:1.7rem}h3{font-size:1.4rem;color:var(--accent-color)}label,p{margin:0;font-size:1.1rem;font-weight:100;line-height:1.3}label{color:var(--text-color)}strong{font-weight:700}::-webkit-scrollbar{width:10px}::-webkit-scrollbar:vertical{background:var(--bg-color);width:10px}::-webkit-scrollbar:horizontal{height:10px}::-webkit-scrollbar-track{background:var(--bg-color);margin-left:15px;margin-right:15px;border-radius:5px}::-webkit-scrollbar-thumb{background:var(--accent-color);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--dark-accent-color)}html{scroll-behavior:smooth}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:pointer;width:6rem}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-runnable-track{background-color:#0aad56;border-radius:.2rem;height:.5rem}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;margin-top:-4px;background-color:#dddddd;border-radius:.3rem;height:1rem;width:1rem}input[type=range]:focus::-webkit-slider-thumb{outline:3px solid #dddddd;outline-offset:.125rem}input[type=range]::-moz-range-track{background-color:#0aad56;border-radius:.2rem;height:.5rem}input[type=range]::-moz-range-thumb{background-color:#dddddd;border:none;border-radius:.3rem;height:1rem;width:1rem}input[type=range]:focus::-moz-range-thumb{outline:3px solid #dddddd;outline-offset:.125rem}