@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");:root{--white:#dee7fd;--skyBlue:#7796cb;--lightBlue:#3f8bff;--blue:#00173a;--opacityBlue:rgba(0,22,56,0.7);--darkBlue:#0b1624;--colorGH:#6e5494;--colorLI:#0077b5;--gradientBlue:linear-gradient(90deg,rgba(227,242,253) 0%,rgba(13,71,161));--smallerfs:0.75rem;--smallfs:0.875rem;--fs:1rem;--largefs:1.125rem;--xlargefs:1.375rem;--xxlargefs:1.5rem;--pdDivider:80px 0;--footerHeight:118px}*{box-sizing:border-box;padding:0;margin:0}body,html{font-family:Poppins,sans-serif;scroll-behavior:smooth;color:var(--white);max-width:100vw;overflow-x:hidden}a{color:inherit;text-decoration:none}.githubColor{color:var(--colorGH)}.linkedInColor{color:var(--colorLI)}