@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;1,400&display=swap);:root{--accent-color:#61dafb;--text-color:#f0f8ff;--error-color:red;--gradient-color-1:#43485b;--gradient-color-2:#131821;--glass-bg-color:#ffffff0d;--shadow-color:#00000014}*{color:#f0f8ff;color:var(--text-color);font-family:Poppins,sans-serif;font-weight:400}*,:root{box-sizing:border-box}#root,body,html{height:100%;margin:0;padding:0}.app{display:flex;flex-direction:column;min-height:100vh}.main{flex:1 0 auto}.main,body{margin:0;padding:0}body{background-attachment:fixed;background-image:radial-gradient(circle farthest-corner at 10% 20%,#43485b 0,#131821 90.5%);background-image:radial-gradient(circle farthest-corner at 10% 20%,var(--gradient-color-1) 0,var(--gradient-color-2) 90.5%);background-size:cover;border:0}.Header_header__6ElLm{align-items:center;background-color:var(--glass-bg-color);box-shadow:0 .4rem 1rem .5rem var(--shadow-color);display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding:0 5%}.Header_logo__tFOZh{fill:var(--text-color);height:4rem;padding:.6rem}.Header_header__6ElLm nav{align-items:center;display:flex;flex-wrap:wrap;gap:3.5rem;justify-content:center}.Header_header__6ElLm nav a{font-size:1rem;text-decoration:none;text-transform:uppercase;transition:.5s}.Header_header__6ElLm nav a:hover{color:var(--accent-color)}.Header_header__6ElLm button{align-items:center;background-color:initial;border:.1rem solid var(--text-color);border-radius:5rem;cursor:pointer;display:flex;font-size:1rem;gap:.5rem;padding:.6rem 1.2rem;transition:.5s;white-space:nowrap}.Header_header__6ElLm button:hover{border-color:var(--accent-color)}@media (max-width:768px){.Header_header__6ElLm{flex-direction:column;justify-content:center}.Header_logo__tFOZh{height:3rem}.Header_header__6ElLm nav{flex-direction:column;font-size:.9rem;gap:1rem}.Header_header__6ElLm button{font-size:.9rem;margin-bottom:.8rem;padding:.5rem .8rem}}.Home_home__dPAOF{align-items:center;display:flex;flex-direction:row;gap:2rem;justify-content:space-between;padding:3rem 6rem}.Home_message__Ek1ak{font-size:larger;text-align:center;width:100%}.Home_textContainer__Bq6d0{max-width:65%;padding:4rem;text-align:left;width:100%}.Home_textContainer__Bq6d0 h1,.Home_textContainer__Bq6d0 h2{color:var(--accent-color)}.Home_textContainer__Bq6d0 h1{font-size:2.5rem;margin:0 0 .5rem}.Home_textContainer__Bq6d0 p{font-size:1.2rem;line-height:1.6;margin:0}.Home_textContainer__Bq6d0 p strong{font-weight:700}.Home_contactsContainer__CN7ht{align-items:center;display:flex;flex-wrap:nowrap;gap:1rem;margin-top:1rem}.Home_contactsContainer__CN7ht a{align-items:center;border:.1rem solid var(--text-color);border-radius:.75rem;display:inline-flex;padding:.3rem .6rem;text-decoration:none;transition:border-color .5s,transform .15s;white-space:nowrap}.Home_contactsContainer__CN7ht a:hover{border-color:var(--accent-color);transform:translateY(-3px)}.Home_contactsContainer__CN7ht span{align-items:center;display:flex;gap:.5rem}.Home_photoContainer__mfG88{align-items:center;background-color:var(--glass-bg-color);border-radius:50%;box-shadow:0 0 1rem .5rem var(--shadow-color);display:flex;flex:0 0 auto;justify-content:center;padding:10px}.Home_photoContainer__mfG88 img{border:2px solid var(--text-color);border-radius:50%;display:block;height:300px;object-fit:cover;width:300px}@media (max-width:768px){.Home_home__dPAOF{align-items:center;flex-direction:column;gap:1.25rem;padding:2.5rem 2rem}.Home_textContainer__Bq6d0{max-width:100%;padding:1rem;text-align:center}.Home_contactsContainer__CN7ht{flex-wrap:wrap;gap:.6rem;justify-content:center}.Home_photoContainer__mfG88 img{height:180px;width:180px}.Home_textContainer__Bq6d0 h1{font-size:1.9rem}.Home_textContainer__Bq6d0 p{font-size:1rem}}.About_about__ytGu7{align-items:center;display:flex;flex-direction:column;padding:3rem 6rem}.About_about__ytGu7 h1,.About_about__ytGu7 h2{color:var(--accent-color)}.About_about__ytGu7 h1{font-size:2.5rem;margin:0}.About_about__ytGu7 p{line-height:1.8;text-align:center}.About_about__ytGu7 p a{font-weight:700;text-decoration:none}.About_skillsContainer__biHM4 h2{text-align:center}.About_skillsContainer__biHM4 ul{align-items:center;display:flex;gap:1.25rem;list-style:none;margin:0;padding:0}.About_skillsContainer__biHM4 li{align-items:center;background-color:var(--glass-bg-color);border:1px solid #0000;border-radius:.75rem;box-shadow:0 .4rem .5rem .25rem var(--shadow-color);display:flex;flex-direction:column;height:6rem;justify-content:center;position:relative;transition:border-style .5s,border-color .5s,transform .15s;width:6rem}.About_skillsContainer__biHM4 li:hover{border-color:var(--accent-color);border-style:solid;transform:translateY(-3px)}.About_skillsContainer__biHM4 svg{font-size:xx-large}@media (max-width:768px){.About_about__ytGu7{font-size:.9rem}.About_about__ytGu7 h1{font-size:2rem}.About_skillsContainer__biHM4 ul{flex-wrap:wrap;justify-content:center}}.Projects_projects__U6nZc{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(2,1fr);padding:2rem 6rem}.Projects_errorMessage__mNxqd,.Projects_message__lKIfS{font-size:larger;text-align:center;width:100%}.Projects_errorMessage__mNxqd{color:var(--error-color)}@media (max-width:768px){.Projects_projects__U6nZc{grid-template-columns:repeat(1,1fr);justify-content:center;justify-items:center;padding:1.25rem}}.Repository_repository__ZITy5{background-color:var(--glass-bg-color);border:1px solid #0000;border-radius:.75rem;box-shadow:0 .4rem .5rem .25rem var(--shadow-color);display:flex;flex-direction:column;gap:1rem;max-width:30rem;padding:.5rem;transition:transform .15s}.Repository_repository__ZITy5:hover{transform:translateY(-3px)}.Repository_repository__ZITy5 img{align-self:center;display:block;height:auto;max-width:100%;width:100%}.Repository_repository__ZITy5 div:first-of-type{display:flex;flex-direction:column;gap:1rem;height:100%}.Repository_repository__ZITy5 h3{color:var(--accent-color);letter-spacing:-.2px;margin:0}.Repository_repository__ZITy5 p{font-size:.95rem;line-height:1.4;margin:0}.Repository_repository__ZITy5 ul{align-items:center;display:flex;flex-wrap:wrap;gap:.6rem;list-style:none;margin:0;padding:0}.Repository_repository__ZITy5 span{background:#0000;border:none;font-size:.8rem;font-weight:700;margin-right:.375rem;padding:0}.Repository_repository__ZITy5 ul li{background-color:initial;border:.1rem solid var(--accent-color);border-radius:5rem;font-size:.8rem;font-weight:700;padding:.375rem .625rem}.Repository_links__0grtn{align-content:center;border-top:1px solid var(--glass-bg-color);display:flex;flex-wrap:wrap;gap:.625rem;justify-content:center;margin:.375rem -.5rem 0}.Repository_links__0grtn a{background-color:var(--glass-bg-color);border-radius:.75rem;box-shadow:0 .4rem .5rem .25rem var(--shadow-color);color:var(--accent-color);margin:.75rem;padding:.375rem .625rem;text-decoration:none;transition:transform .15s}.Repository_links__0grtn a:hover{transform:translateY(-3px)}@media (max-width:768px){.Repository_repository__ZITy5 p,.Repository_repository__ZITy5 span,.Repository_repository__ZITy5 ul li{font-size:.9rem}.Repository_links__0grtn{flex-direction:column;gap:.5rem;padding:1rem 0;text-align:center}.Repository_links__0grtn a{margin:.25rem}}.Footer_footer__Zp-c-{background-color:var(--glass-bg-color);box-shadow:0 .4rem 1rem .5rem var(--shadow-color);display:flex;font-size:small;justify-content:center;padding:.25rem .75rem;width:100%}
/*# sourceMappingURL=main.7bc4b6eb.css.map*/