@import"https://fonts.googleapis.com/css?family=Poppins&display=swap";*{box-sizing:border-box;padding:0;margin:0;scroll-behavior:smooth}body{background-color:var(--color-bg)}a{color:unset;text-decoration:none}.gen__brand-text{font-family:var(--font-family);font-size:48px;color:var(--color-brand)}.section__padding{padding:2rem 3rem}.section__margin{margin:2rem 3rem}@media screen and (max-width: 700px){.section__padding{padding:2rem}.section__margin{margin:2rem}.gen__brand-text{font-size:34px}}@media screen and (max-width: 450px){.section__padding{padding:2rem}.section__margin{margin:2rem}.gen__brand-text{font-size:24px}}.gen__header{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.gen__header-name{margin:2em;font-family:var(--font-family)}.gen__header-name img{height:100px}@media screen and (max-width: 560px){.gen__header{flex-direction:column;justify-content:center;align-items:center;padding:.5em}.gen__header-name img{height:150px;margin:0;padding:0}}.gen__about{display:flex;flex-direction:column;justify-content:center;align-items:center}.gen__about-content{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.gen__about-content-heading{display:flex;flex-direction:row}.gen__about-content-intro{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.gen__about-content-intro_text{display:flex;flex-direction:column;justify-content:center}.gen__about-content-intro_social{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem}.gen__about-content-intro_social a{padding:.2rem}.gen__about-content-intro_social a:last-child{margin-bottom:2rem}.gen__about-content-intro-name{display:flex;flex-direction:column;justify-content:flex-end;padding-left:0;padding-right:2rem;padding-bottom:2rem}.gen__about-content-intro-name h1{overflow:hidden;white-space:nowrap;margin:0,auto;padding-right:.6rem;border-right:3px solid var(--color-brand);font-family:var(--font-family);font-weight:900;font-size:48px;animation:typing 2s steps(30) forwards,blink .5s step-end infinite}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink{0%,to{border-color:transparent}0%{border-color:transparent}50%{border-color:var(--color-brand)}to{border-color:transparent}}.gen__about-content-desc{display:flex;flex-direction:column;justify-content:flex-start;line-height:1.5;min-width:520px;max-width:880px;padding-top:3rem}.gen__about-content-desc h1{font-family:var(--font-family);font-weight:400;font-size:40px}.gen__about-content-portfolio{display:flex;max-width:700px;min-width:500px}.gen__about-content-portfolio svg path{stroke-dasharray:200;stroke-dashoffset:200}.gen__about-content-portfolio svg g{fill-opacity:0;animation:fill-in 3s forwards}@keyframes fill-in{to{fill-opacity:1}}.gen__about-content-blue{color:var(--color-blue)}@media screen and (max-width: 1300px){.gen__about-content{flex-direction:column}.gen__about-content-heading{justify-content:center;align-items:center}}@media screen and (max-width: 720px){.gen__about-content-intro-name{padding:1em}.gen__about-content-intro-name h1{font-size:22px}.gen__about-content-desc{display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.4;min-width:320px;max-width:580px;padding-top:1rem;font-size:20px}.gen__about-content-desc h1{display:contents;font-size:24px}.gen__about-content-portfolio{display:flex;max-width:500px;min-width:300px}.gen__about-content-heading,.gen__about-content-intro-pic{display:flex;flex-direction:column}.gen__about-content-intro-pic img{width:100px}}.gen__social{display:flex;flex-direction:column;justify-content:center;margin-bottom:2rem;margin-top:0;padding-top:0}.gen__social-email{display:flex;flex-direction:column;align-items:center;justify-content:center}.gen__social-email h2{font-family:var(--font-family);font-weight:400;font-size:24px;padding:0 2rem 2rem}.gen__social-email-button{font-family:var(--font-family);font-weight:700;font-size:20px;text-transform:none;text-align:center;color:#fff;width:297px;height:66px;background:var(--color-blue);border-radius:30px;overflow:hidden;cursor:pointer;padding:1em}.gen__social-email-button:hover{background:var(--color-blue-hover)}.gen__social-content-socials{display:flex;flex-direction:row;justify-content:center}.gen__social-content-socials img{padding:.5rem}@media screen and (max-width: 1300px){.gen__social{flex-direction:column;justify-content:flex-start;align-items:center}}:root{--font-family: "Poppins", sans-serif;--color-bg: #FFFEFE;--color-brand: #F66F0B;--color-blue: #1b45dbfa;--color-blue-hover: #0628a5f8;--color-blue-clicked: #171c31e5}
