: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;margin-top:60px}.sectionTitle{margin-bottom:30px}h1,h2,h3,p,ul{color:var(--text-color);margin:0;padding:0}h2,h3,p,ul{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}ul{font-size:15px;font-weight:300}.section-tile{margin-bottom:30px}.hover{cursor:pointer}button{background-color:var(--btn-color);color:var(--btn-text-color);border:none;border-radius:20px;width:126px;height:50px;font-size:20px;box-shadow:0 4px 4px #00000040;transition:box-shadow .2s ease-in-out,transform .2s ease-in-out;font-family:Helvetica;font-weight:600}button:hover{transform:scale(1.05)}button:active{transform:translateY(2px);box-shadow:0 2px 2px #00000040}@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_1h3w8_1{display:flex;flex-direction:column;justify-content:center;text-align:center;height:100dvh;min-height:500px}._container_1h3w8_1 ._hero_1h3w8_12{width:200px;height:200px;border-radius:50%;object-fit:cover;transition:opacity .5s ease-in-out;opacity:1}._container_1h3w8_1 ._hero_1h3w8_12._hidden_1h3w8_22{opacity:0}._container_1h3w8_1 span{display:flex;gap:25px;justify-content:center}._container_1h3w8_1 span a{margin:0}._container_1h3w8_1 span a img{width:30px}._container_1h3w8_1 a{width:fit-content;align-self:center}._container_1h3w8_1 a:hover{transform:scale(1.05)}._colorModeContainer_1h3w8_49{position:relative}._colorMode_1h3w8_49{position:absolute;right:0;width:25px}._colorMode_1h3w8_49:hover{cursor:pointer;transform:scale(1.05)}._description_1h3w8_64{max-width:24ch;align-self:center}._info_1h3w8_70{display:flex;flex-direction:column;justify-content:center;gap:20px}._meContainer_1h3w8_76{display:flex;flex-direction:column;align-items:center}ul{list-style-type:none;padding:0;margin:0;display:flex;gap:10px;flex-direction:column;align-items:center}li{display:flex;flex-direction:column;align-items:center}@media (width >=800px){._container_1h3w8_1{flex-direction:row-reverse;align-items:center;justify-content:space-evenly}._container_1h3w8_1 ._hero_1h3w8_12{width:350px;height:350px;max-width:350px;max-height:350px;border-radius:50%;object-fit:cover;border:1px solid #1d283c}}@media (width >=1400px){._container_1h3w8_1 ._hero_1h3w8_12{width:400px;height:400px;max-width:400px;max-height:400px;border-radius:50%;object-fit:cover}}._container_7o9yv_1{display:flex;flex-direction:column;text-align:center}._container_7o9yv_1 img{max-width:175px;align-self:center;background-color:var(--project-card-bg);border-radius:20px;margin-bottom:20px;border:1px solid #dedddd}._container_7o9yv_1 a{width:fit-content;text-decoration:none;color:#9fc739;transition:transform .2s ease-in-out}._container_7o9yv_1 a:hover{transform:scale(1.05)}._projectsContainer_7o9yv_28{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;align-items:center;justify-items:center;font-size:smaller}@media (width >=800px){._projectsContainer_7o9yv_28{max-width:1000px;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;padding:0 30px}}._container_dkfm6_1{display:flex;flex-direction:column;align-items:center}._skillContainer_dkfm6_7{max-width:1000px;display:flex;flex-direction:column;flex-wrap:wrap}._skillList_dkfm6_14{max-width:26ch;border-bottom:1px solid rgba(128,128,128,.33);padding:20px 0;display:flex;flex-wrap:wrap}._skillItem_dkfm6_23{display:flex;align-items:center;flex-direction:row;flex-basis:auto;margin:0;gap:3px;padding:5px}._skillItem_dkfm6_23 img{width:15px;height:auto}._skillItem_dkfm6_23 p{margin:0;line-height:1}@media (min-width: 800px){._skillList_dkfm6_14{width:600px;max-width:600px;align-self:center;gap:40px}p{font-size:17px}}._container_12tra_1{display:flex;flex-direction:column;text-align:center}form{display:flex;flex-direction:column;gap:30px;text-align:center}p{font-size:1rem;max-width:90%;margin-bottom:50px;word-wrap:break-word;align-self:center}textarea,input{height:50px;width:250px;padding-left:15px;border-radius:20px;border:#888 solid 1px;box-sizing:border-box;justify-self:center;background-color:var(--background-color);color:var(--form-text-color);font-family:monospace}textarea{padding-top:15px;height:250px;resize:none}::placeholder{color:var(--form-text-color)}@media (width >= 800px){input,textarea{width:600px;font-size:20px}form{gap:40px}}@media (width >=1400px){input,textarea{width:800px}}._container_1rgd9_1{text-align:center}._container_1rgd9_1 p{font-size:16px;color:var(--footer-text-color)}
