@import"https://fonts.googleapis.com/css2?family=Imprima&display=swap";body{--background: #252625;--text: #FFFFFF;--secondary: #455246;--btn-secondary: #2F332F;--secondary-background: #2F332F;--border-color: #455246;--shadow: #00000040;--shadow-secondary: #00000020;--secondary-lite: #455246;--button-shadow: #1a1a1a}body[data-isDark]{--background: #252625;--text: #FFFFFF;--secondary: #455246;--btn-secondary: #2F332F;--secondary-background: #2F332F;--border-color: #455246;--shadow: #00000073;--secondary-lite: #455246;--button-shadow: #171414}html{scroll-behavior:smooth}body{background:var(--background);font-family:Imprima,sans-serif;margin:0;color:var(--text);overflow-x:hidden}.main{display:flex;flex-direction:column;align-items:center}p{line-height:1.6}.section{width:100%;padding:5em 1em 8em;box-sizing:border-box}.section-title{text-align:center;font-size:1.5em;margin-bottom:2em;margin-top:0}.subsection-title{font-weight:500;font-size:1.2em;text-align:center;margin:2em}.subtitle{font-size:1.5em;text-align:center}.section.even{background:var(--secondary-background)}.techstack .title{font-size:.8em;padding-bottom:0}.techstack .items{display:flex;flex-wrap:wrap}.tech-item{background:var(--btn-secondary);padding:.3em;margin:.6em .6em 0 0;display:flex;border-radius:.3em}.tech-item svg{height:1.4em;width:1.4em}a{text-decoration:none;color:inherit}button.secondary{background:var(--btn-secondary);border:none;display:flex;padding:.3em;cursor:pointer}button.primary{background:var(--secondary);padding:1.1em;width:11em;margin:10px 0;color:var(--text);font-weight:600;font-family:inherit;cursor:pointer;border-radius:10px;box-shadow:1px 5px 10px var(--button-shadow);border:none;transition:transform .1s}button.secondary:hover{box-shadow:1px 2px 8px var(--shadow)}button.secondary.circle{border-radius:50%}.message{padding:2em;font-weight:500;font-size:1.3em;margin:20vh auto auto;max-width:700px;border-radius:.5em;text-align:center;line-height:1.6}.message .icon{margin-bottom:20px}.message.success{background:#4caf5008;color:#38843b}.message.failure{background:#f443360f;color:#f44336}.social-media-item svg{width:2em;height:2em}.social-media-list .social-media-item{background:var(--background);padding:.5em;display:flex;margin:.7em;border-radius:.5em;box-shadow:1px 2px 7px 0 var(--shadow);border:4px solid var(--secondary-background)}.social-media-list{display:flex;justify-content:center}.email-result{text-align:center}.message.failure .social-media-list{transform:scale(.6)}
