._container_enrhs_1{display:flex;flex-direction:column;justify-content:center;gap:20px;text-align:center;height:100vh;min-height:500px}._container_enrhs_1 ._hero_enrhs_10{max-width:200px}._container_enrhs_1 span{display:flex;gap:25px;justify-content:center}._container_enrhs_1 span a{margin:0}._container_enrhs_1 span a img{width:30px}._container_enrhs_1 a{width:fit-content;align-self:center}._container_enrhs_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_enrhs_1 button:hover{transform:scale(1.05)}._container_enrhs_1 button:active{transform:translateY(2px);box-shadow:0 2px 2px #00000040}._colormModeContainer_enrhs_51{position:relative}._colorMode_enrhs_55{position:absolute;right:0;width:25px}._colorMode_enrhs_55:hover{cursor:pointer}._description_enrhs_65{max-width:28ch;align-self:center}._info_enrhs_70{display:flex;flex-direction:column;gap:20px}._info_enrhs_70 ._typeAnimationContainer_enrhs_76 p{font-weight:700}._typeAnimationContainer_enrhs_76{min-height:26px}@media(min-width:800px){._container_enrhs_1{flex-direction:row-reverse;display:flex;align-items:center;justify-content:space-evenly}._container_enrhs_1 ._hero_enrhs_10{max-width:400px;width:400px}}@media(min-width:1400px){._container_enrhs_1 ._hero_enrhs_10{max-width:450px;width:450px;border:none;border-radius:100%;transition:transform .2s ease-in-out}._container_enrhs_1 ._hero_enrhs_10:hover{transform:scale(1.1)}}@keyframes _spinOnce_enrhs_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._gitHubIcon_enrhs_119{display:inline-block;animation:_spinOnce_enrhs_1 3s ease-in-out}:root{--background-color: #fff;--btn-color: #000;--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:40px}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,.hover button{cursor:pointer}@media(min-width:800px){#root{gap:100px}h1{font-size:40px}h2,h3{font-size:24px}p{font-size:20px}.sectionTitle{margin-bottom:60px}}@media(min-width:1400px){#root{gap:200px}h1{font-size:48px}h2,h3{font-size:24px}p{font-size:20px}.sectionTitle{margin-bottom:75px}}._container_1lsda_1{display:flex;flex-direction:column;text-align:center}._container_1lsda_1 img{max-width:250px;align-self:center;background-color:var(--project-card-bg);border-radius:20px}._container_1lsda_1 a{width:fit-content;text-decoration:none;color:#222;transition:transform .2s ease-in-out}._container_1lsda_1 a:hover{transform:scale(1.05)}._projectsContainer_1lsda_25{display:flex;flex-direction:column;align-items:center;gap:70px}@media(min-width:800px){._projectsContainer_1lsda_25{flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;padding:0 130px}}._container_p836n_1{display:flex;flex-direction:column;text-align:center}._container_p836n_1 span{display:flex;align-items:center;gap:5px}._container_p836n_1 img{width:20px}._skillList_p836n_18{display:flex;justify-content:space-evenly;align-self:center;flex-wrap:wrap;row-gap:40px;max-width:50ch;column-gap:8px}hr{width:100%;height:2px;border:none;background-color:var(--text-color);margin:30px auto}@media(min-width:800px){._skillList_p836n_18{max-width:fit-content;gap:30px}._skillList_p836n_18 p{font-size:30px}hr{width:600px}}@keyframes _slideInLeft_p836n_1{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}._skillItem_p836n_60{opacity:0;transform:translate(-100%);transition:opacity .5s,transform .5s}._skillItemVisible_p836n_66{opacity:1;transform:translate(0);animation:_slideInLeft_p836n_1 .5s forwards}._container_1ntvv_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.1);background-color:#888;color:#fff;transition:background-color .2s ease-in-out,transform .2s ease-in-out}input[type=submit]:active{transform:translateY(2px);box-shadow:0 2px 2px #00000040}@media(min-width:800px){textarea,input:not([type=submit]){width:600px;font-size:20px}form{gap:40px}}@media(min-width:1400px){textarea,input:not([type=submit]){width:800px}}._container_1lyli_1{text-align:center;display:flex;justify-content:center}._container_1lyli_1 p{font-size:16px;color:var(--footer-text-color);font-weight:bolder}
