:root{--background-color: #fff;--btn-color: #0987f2;--btn-text-color: #fff;--project-card-bg: #ffffff00;--text-color: #222;--form-text-color: #555;--footer-text-color: #888}[data-theme=dark]{--background-color: #222;--btn-color: #fff;--btn-text-color: #222;--project-card-bg: #fff;--text-color: #fff;--form-text-color: #fff;--footer-text-color: #bbb}body{background-color:var(--background-color);display:flex;justify-content:center;margin:0 auto 60px}#root{display:flex;flex-direction:column;gap:60px}h1,h2,h3,p{color:var(--text-color);margin:0;padding:0}h2,h3,p{font-family:Roboto Mono,monospace}h1,h2{text-transform:uppercase}h2,h3{font-size:20px}h1{font-family:Rubik,sans-serif;font-size:32px}p{font-size:16px;font-weight:300}.sectionTitle{margin-bottom:30px}.hover{cursor:pointer}@media (width >= 800px){#root{gap:100px}h1{font-size:40px}h2,h3{font-size:24px}p{font-size:20px}.sectionTitle{margin-bottom:60px}@media (width >= 1400px){#root{gap:200px}h1{font-size:48px}.sectionTitle{margin-bottom:75px}}}._container_12vsc_1{display:flex;flex-direction:column;text-align:center}form{display:flex;flex-direction:column;gap:30px}textarea,input:not([type=submit]){height:50px;padding-left:16px;width:250px}textarea{padding-top:16px;resize:none;height:250px}input,textarea{border-radius:20px;border:#888 1px solid;box-sizing:border-box;justify-self:center;background-color:var(--background-color);color:var(--form-text-color)}::placeholder{color:var(--form-text-color)}input[type=submit]{background-color:var(--btn-color);color:var(--btn-text-color);border:none;border-radius:20px;width:126px;height:50px;font-size:20px;font-weight:700;box-shadow:0 4px 4px #00000040;transition:box-shadow .2s ease-in-out,transform .2s ease-in-out;margin:auto}input[type=submit]:hover{transform:scale(1.05)}input[type=submit]:active{transform:translateY(2px);box-shadow:0 2px 2px #00000040}@media (width >= 800px){textarea,input:not([type=submit]){width:600px;font-size:20px}form{gap:40px}}@media (width >= 1400px){textarea,input:not([type=submit]){width:800px}}._container_1nttc_1{text-align:center}._container_1nttc_1 p{font-size:16px;color:#da1c1c;font-weight:600}._container_22nr9_1{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;text-align:center;height:100dvh;min-height:500px;transition:all .3s ease-in-out}._container_22nr9_1 ._hero_22nr9_12{max-width:400px;border-radius:50%;width:340px;object-fit:cover;animation:_fadeInScale_22nr9_1 1s ease-in-out}._container_22nr9_1 span{display:flex;gap:25px;justify-content:center}._container_22nr9_1 span a{margin:0}._container_22nr9_1 span a img{width:30px;transition:transform .3s ease-in-out}._container_22nr9_1 span a img:hover{transform:scale(1.2)}._container_22nr9_1 a{width:fit-content;align-self:center}._container_22nr9_1 button{background-color:var(--btn-color);color:var(--btn-text-color);border:none;border-radius:20px;width:126px;height:50px;font-size:20px;font-weight:700;box-shadow:0 4px 4px #00000040;transition:box-shadow .2s ease-in-out,transform .2s ease-in-out}._container_22nr9_1 button:hover{transform:scale(1.05)}._container_22nr9_1 button:active{transform:translateY(2px);box-shadow:0 2px 2px #00000040}._colorModeContainer_22nr9_68{position:relative;animation:_fadeIn_22nr9_1 1s ease-in-out}._colorMode_22nr9_68{position:absolute;right:0;width:25px;transition:transform .3s ease-in-out}._colorMode_22nr9_68:hover{transform:rotate(90deg);cursor:pointer}._description_22nr9_85{max-width:40ch;text-align:center;animation:_fadeIn_22nr9_1 1.5s ease-in-out}._info_22nr9_91{display:flex;flex-direction:column;gap:20px;animation:_slideUp_22nr9_1 1s ease-in-out}._info_22nr9_91 h1,._info_22nr9_91 h2{margin:0;animation:_fadeIn_22nr9_1 1.2s ease-in-out,_slideUp_22nr9_1 1.2s ease-in-out}@media (width >= 800px){._container_22nr9_1{flex-direction:row-reverse;align-items:center;justify-content:space-evenly}._container_22nr9_1 ._hero_22nr9_12{max-width:350px;width:350px}}@media (width >= 1400px){._container_22nr9_1 ._hero_22nr9_12{max-width:400px;width:400px}}@keyframes _fadeIn_22nr9_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeInScale_22nr9_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes _slideUp_22nr9_1{0%{transform:translateY(30px)}to{transform:translateY(0)}}._container_1itxm_1{display:flex;flex-direction:column;text-align:center;padding:50px 20px}._sectionTitle_1itxm_8{font-size:3rem;font-weight:700;margin-bottom:20px;color:var(--primary-color)}._projectsContainer_1itxm_15{display:flex;flex-direction:column;align-items:center;gap:30px;transition:transform .5s ease-in-out}._projectsContainer_1itxm_15:hover{transform:scale(1.02)}img{max-width:250px;align-self:center;border-radius:20px;box-shadow:0 5px 15px #0003;transition:transform .3s ease-in-out}img:hover{transform:rotate(5deg) scale(1.05);background-color:var(--project-card-bg)}a{width:fit-content;text-decoration:none;color:#222;transition:color .2s ease-in-out}a:hover{color:var(--primary-color)}@media (min-width: 800px){._projectsContainer_1itxm_15{flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;padding:0 30px}}._container_huwwl_1{display:flex;flex-direction:column;text-align:center;padding:20px}._skillList_huwwl_8{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;margin:20px 0}._skillItem_huwwl_16{display:flex;flex-direction:column;align-items:center;gap:10px;color:green}hr{width:100px;height:1px;border:none;background-color:var(--text-color);margin:30px auto}@media (min-width: 800px){._skillList_huwwl_8{gap:40px}hr{width:300px}}
