@import"https://fonts.googleapis.com/css2?family=Lexend:wght@300;400&family=Lora&display=swap";:root{--color-heading:#a8894d;--color-white:#fff;--color-bg:#051017;--color-light-yellow:#f2ddc4;--gradient-green:linear-gradient(234.19deg,#3f5865 5.78%,#25404f 89.16%)}*{padding:0;margin:0;box-sizing:border-box}html{font-size:62.5%}body{font-size:1.6rem;background-color:var(--color-bg);font-family:Lexend,sans-serif;color:var(--color-white);overflow-x:hidden}section{max-width:79em;margin:0 auto;width:100%;padding:0 2em}a{color:inherit}ul{list-style-type:none}h1,h2,h3{font-weight:400;font-family:Lora,serif}h1{font-size:7.5em}h2{font-size:4em}h3{font-size:2.25em}h4{font-size:1.5em}p{font-weight:300;font-size:1.125em}.ohidden{overflow:hidden}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:hsla(0,0%,49%,.216)}::-webkit-scrollbar-thumb{-webkit-transition:all .3s;transition:all .3s;background:var(--color-heading);border-radius:1em}::-webkit-scrollbar-thumb:hover{background:#cda75c}@media screen and (max-width:65em){body{font-size:1.2em}p{font-size:1.25em}}@media screen and (max-width:35em){.sidenav_active{overflow:hidden}}