:root{--background-color: #fff;--btn-color: #0987f2;--btn-text-color: #fff;--project-card-bg: transparent;--text-color: #222;--form-text-color: #555;--footer-text-color: #888;--font-size-h1: 32px;--font-size-h2-h3: 20px;--font-size-p: 16px;--font-size-trnslteSpn: x-large;--gap-root: 60px;--gap-responsive-small: 30px;--gap-responsive-medium: 40px;--gap-responsive-large: 60px;--btn-width: 126px;--btn-height: 50px;--btn-font-size: 20px}[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;font-family:Roboto Mono,monospace;color:var(--text-color)}#root{display:flex;flex-direction:column;gap:var(--gap-root);width:100%;max-width:1400px}h1,h2,h3,p,.trnslteSpn,.line2{margin:0;padding:0;color:var(--text-color)}h1{font-family:Rubik,sans-serif;font-size:var(--font-size-h1);text-transform:uppercase}h2,h3{font-size:var(--font-size-h2-h3);text-transform:uppercase}p{font-size:var(--font-size-p);font-weight:300}.sectionTitle{margin-bottom:30px}.hover{cursor:pointer}.btn-container{display:flex;gap:10px;justify-content:flex-end}button{background-color:var(--btn-color);color:var(--btn-text-color);border:none;border-radius:20px;width:var(--btn-width);height:var(--btn-height);font-size:var(--btn-font-size);font-weight:700;box-shadow:0 4px 4px #00000040;transition:box-shadow .2s ease-in-out,transform .2s ease-in-out;cursor:pointer}button:hover{box-shadow:0 6px 6px #0000004d;transform:translateY(-2px)}.colorMode{width:30px;cursor:pointer}.trnslteSpn{font-style:italic;font-size:var(--font-size-trnslteSpn)}@media (max-width: 375px){#root{gap:var(--gap-responsive-small)}h1{font-size:24px}h2,h3{font-size:16px}p{font-size:14px}button{width:90px;height:35px;font-size:14px}.sectionTitle{margin-bottom:20px}.trnslteSpn{font-size:large}}@media (min-width: 374px) and (max-width: 800px){body,#root{gap:var(--gap-responsive-medium)}.container{flex-direction:row-reverse;align-items:center;justify-content:space-around}.hero{max-width:350px;width:100%}#hero{margin:290px 0 270px}h1{font-size:28px}h2,h3{font-size:18px}p{font-size:14px}button{width:120px;height:40px;font-size:18px}.sectionTitle{margin:20px 0 40px}.trnslteSpn{font-size:large}}@media (min-width: 801px) and (max-width: 1399px){.container{flex-direction:row-reverse;align-items:center;justify-content:space-evenly}.hero{max-width:350px;width:100%}#hero{margin:20px 0}h1{font-size:40px}h2,h3{font-size:24px}p{font-size:20px}.sectionTitle{margin-bottom:40px}}@media (min-width: 1400px){#root{gap:var(--gap-responsive-large)}h1{font-size:48px}.sectionTitle{margin-bottom:60px}#hero{margin-bottom:20px}}@media only screen and (min-width: 801px) and (max-width: 896px) and (orientation: landscape),only screen and (min-width: 1000px) and (max-width: 1120px) and (orientation: landscape){.container{flex-direction:row-reverse;align-items:center;justify-content:space-evenly}.hero{max-width:450px;width:100%}#hero{margin:80px 0 60px}h1{font-size:36px}h2,h3{font-size:22px}p{font-size:16px}button{width:130px;height:45px;font-size:18px}.sectionTitle{margin:30px 0 50px}.trnslteSpn{font-size:large}}._container_1uzic_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_erc4g_1{text-align:center}._container_erc4g_1 p{font-size:16px;color:var(--footer-text-color)}._container_1tpqb_1{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;width:100%;height:100vh}._colorModeContainer_1tpqb_23{position:relative;margin-bottom:2rem}._hero_1tpqb_33{max-width:200px}._colorMode_1tpqb_23{position:absolute;top:5px;right:-10px;width:30px;cursor:pointer}._info_1tpqb_57{display:flex;flex-direction:column;align-items:center}h1,h2{font-size:1.5rem;margin:.5rem 0}._description_1tpqb_79{justify-content:center;text-align:justify;margin-top:1rem;font-size:1rem;padding:0 1rem;max-width:600px}span{display:flex;justify-content:center;gap:1.5rem;margin-top:2rem}span img{width:30px;height:30px;transition:transform .3s ease}button{margin-top:3rem;padding:.7rem 1.5rem;font-size:1.2rem;cursor:pointer;transition:background-color .3s ease}button:hover{background-color:#f0f0f0}@media (min-width: 374px) and (max-width: 800px){._description_1tpqb_79{margin-right:35px}._description_1tpqb_79 ._info_1tpqb_57{justify-content:center}}@media (min-width: 800px){._container_1tpqb_1{flex-direction:row-reverse;align-items:center;justify-content:space-evenly}._container_1tpqb_1 ._hero_1tpqb_33{max-width:350px;width:350px}._info_1tpqb_57{align-items:flex-start}h1,h2{font-size:2rem}}@media (min-width: 1400px){._container_1tpqb_1 ._hero_1tpqb_33{max-width:400px;width:400px}h1,h2{font-size:2.5rem}}._container_1op62_1{display:flex;flex-direction:column;text-align:center}._container_1op62_1 img{max-width:250px;align-self:center;background-color:var(--project-card-bg);border-radius:20px}._container_1op62_1 a{width:fit-content;text-decoration:none;color:#222;transition:transform .2s ease-in-out}._container_1op62_1 a:hover{transform:scale(1.05)}._projectsContainer_1op62_49{display:flex;flex-direction:column;align-items:center;gap:30px}@media (width >= 800px){._projectsContainer_1op62_49{flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;padding:0 30px}}._container_dd0rm_1{display:flex;flex-direction:column;text-align:center}._container_dd0rm_1 span{display:flex;align-items:center;gap:5px}._container_dd0rm_1 img{width:20px}._skillList_dd0rm_33{display:flex;justify-content:space-evenly;align-self:center;flex-wrap:wrap;row-gap:40px;max-width:26ch}hr{width:100px;height:1px;border:none;background-color:var(--text-color);margin:30px auto}@media (width >= 800px){._skillList_dd0rm_33{max-width:fit-content;gap:30px}._skillList_dd0rm_33 p{font-size:20px}hr{width:300px}}
