@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");body{padding:5em calc(0px + 3vw);box-sizing:border-box}.text{font-family:Karla;font-weight:400}.pageSection{width:calc(100% - 35vw);max-width:100%;min-height:100%}section{font-family:Karla;font-weight:400;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%}h1,h2,h3,h4,h5,h6{font-family:Lato;font-size:1.5em}h1{font-size:2em;font-weight:800}.navbar{list-style-type:none;margin:0;padding:0 2em 0 0;height:4em;display:flex;align-items:center;gap:1em;justify-content:flex-end;font-family:Lato;background-color:#1F1F1F;color:#F2F1F2;z-index:5;a{text-decoration:none;color:#F2F1F2;font-weight:700}a:hover{color:#95A1F9;transition:.2s}}.linkhover{text-decoration:none;color:#F2F1F2}.linkhover:hover{color:#95A1F9;transition:.2s}.navbarElement{padding:1;font-weight:400;color:#F2F1F2}body{margin:0;background-color:#1F1F1F;color:#F2F1F2;overflow-x:hidden}body,main{height:100%;width:100%}main{display:flex;align-items:center;justify-content:center;flex-direction:column}.nopadding{padding:0}.buttonAnimation:hover{transform:scale(1.02);cursor:pointer;transition:.2s;z-index:1;color:#95A1F9}::-webkit-scrollbar{width:.4em}::-webkit-scrollbar-track{background:#F2F1F2}::-webkit-scrollbar-thumb{background:#2f302f}::-webkit-scrollbar-thumb:hover{background:#292b29}@media screen and (max-width:1000px){.screenShrink{display:flex;flex-direction:column}}