@import url(https://fonts.googleapis.com/css2?family=Varela+Round&display=swap);.circle-button{align-items:center;background:var(--bg-primary);border:.2rem solid var(--text-primary);border-radius:50%;color:var(--text-primary);cursor:pointer;display:inline-flex;flex-direction:row;justify-content:center;margin:.5rem;padding:.5rem;transition:all .5s}.circle-button:hover{background:var(--text-primary);color:var(--bg-primary)}.circle-button:first-child{margin-left:0}.circle-button:last-child{margin-right:0}.menu-toggle{background-color:var(--bg-primary);left:2rem;position:fixed;top:15%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:200}.menu-toggle .menu-burger .menu-burger-bar{background:var(--text-primary);border-radius:1rem;display:block;height:.2rem;margin-bottom:.3rem;transition:all .5s;width:1.2rem}.menu-toggle .menu-burger .menu-burger-bar:last-child{margin-bottom:0}.menu-toggle:hover .menu-burger-bar{background:var(--bg-primary)}.menu-active .menu-toggle .menu-burger-bar:first-child{-webkit-transform:rotate(-45deg) translateY(.15em);transform:rotate(-45deg) translateY(.15em);width:1.2rem}.menu-active .menu-toggle .menu-burger-bar:nth-child(2){opacity:0}.menu-active .menu-toggle .menu-burger-bar:nth-child(3){-webkit-transform:rotate(45deg) translateY(-.15em);transform:rotate(45deg) translateY(-.15em);width:1.2rem}@media screen and (max-width:768px){.menu-toggle{left:1rem;top:1rem;-webkit-transform:translateY(0);transform:translateY(0)}}.menu-item{background-color:var(--bg-primary);left:2rem;opacity:0;position:fixed;top:15%;-webkit-transform:translateY(-50%);transform:translateY(-50%);visibility:hidden;z-index:100}.menu-active .menu-item{opacity:1;visibility:visible}@media screen and (max-width:768px){.menu-item{left:1rem;top:1rem;-webkit-transform:translateY(0);transform:translateY(0)}}.menu .menu-backdrop{display:none}.menu-active .menu-backdrop{display:block;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:99}.menu-active .menu-data{z-index:100}.top-section{align-items:center;background-image:url(../../static/media/mt.d84d329dbaa2db87160e.svg);background-position:bottom;background-repeat:no-repeat;background-size:contain;display:flex;flex-direction:row;height:100vh;justify-content:center}.top-section .intro{border-right:1px solid var(--text-primary);padding-right:4rem;width:30%}.top-section .intro h1{font-size:5rem;font-weight:700;line-height:1em;margin:0}.top-section .intro p{font-size:1rem;margin-top:20px}.top-section .avatar{padding-left:4rem}.top-section .avatar.mobile{margin:20px 0;padding-left:0}.top-section .social{bottom:3rem;margin:0 auto}@media screen and (max-width:1300px){.top-section .intro{width:50%}.top-section .intro h1{font-size:7rem}}@media screen and (max-width:768px){.top-section{background-image:none;flex-direction:column}.top-section .intro{border-bottom:1px solid var(--text-primary);border-right:none;padding:0 0 2rem;text-align:center;width:auto}.top-section .intro h1{font-size:5rem}}.section-wrapper{width:100%}.section-wrapper .section{display:flex;padding:5rem}.section-wrapper .section .section-header{align-items:flex-start;border-right:1px solid var(--text-primary);display:flex;font-size:3rem;padding-right:2rem}.section-wrapper .section .section-header .section-header-icon{font-size:3rem;padding-left:0;padding-right:.625rem;padding-top:.2rem;transition:all .5s}.section-wrapper .section .section-content{padding-left:2rem}.section-wrapper .section.section-centered{align-items:center}.body-wrapper{margin:0 auto;max-width:90%;width:1100px}@media screen and (max-width:768px){.section-wrapper .section{flex-direction:column;padding:3rem}.section-wrapper .section .section-header{border:none;border-bottom:1px solid var(--text-primary);justify-content:center;padding:0 0 .7rem;text-align:center}.section-wrapper .section .section-content{padding:0}}.about-section h4{font-size:2rem}.about-section .programming-icons svg{height:3.5rem;margin-left:2rem;width:3.5rem}.about-section .programming-icons svg:first-child{margin-left:0}.about-section .programming-icons .icons-container{display:inline-block;margin:10px;text-align:center}.about-section .programming-icons .icon-title{display:block;margin-top:5px}@media screen and (max-width:768px){.icons-container{width:25%}}.footer{font-size:12px;text-align:center}:root{--bg-primary:#f2f0ef;--text-primary:#000;--text-secondary:#e0e0e0;font-size:16px}.dark-mode{--bg-primary:#2f2f2f;--text-primary:#fff;--text-secondary:#e0e0e0}body{background:#f2f0ef;background:var(--bg-primary);color:#000;color:var(--text-primary);font-family:Varela Round,sans-serif;font-size:16px;margin:0;padding:0;transition:all .2s}button,input,textarea{font-family:inherit}a{color:#000;color:var(--text-primary)}ul{margin-bottom:30px}.MuiTooltip-tooltip{font-size:1em!important}::-webkit-scrollbar{width:.3rem}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#000;background:var(--text-primary);border-radius:.5rem}::-webkit-scrollbar-thumb:hover{background:#e0e0e0;background:var(--text-secondary)}
/*# sourceMappingURL=main.9702f31c.css.map*/