*{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;box-sizing:border-box}body{margin:0}.main-layout{background-color:#f3f4f6;padding:3rem 1.5rem;min-height:100vh;transition:.3s ease-in-out all}header.header-container{display:flex;justify-content:space-between;align-items:center;margin-left:auto;margin-right:auto;max-width:56rem}header.header-container>h1{font-size:2.25rem;line-height:2.5rem;font-weight:700;margin:0}header.header-container>button{padding:.3rem;border-radius:100%;height:50px;width:50px;border:none;background-color:#e3e3e3;transition:.3s ease-in-out all;cursor:pointer}main.main-container{margin-left:auto;margin-right:auto;max-width:56rem;margin-top:3rem}.about-home-section{margin-left:auto;margin-right:auto;max-width:56rem;margin-top:3rem}.about-home-section>.home-about{width:10rem;height:10rem;margin-left:auto;margin-right:auto;position:relative}.home-about>.egal-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.about-home-section>h2{text-align:center;align-items:center;max-width:56rem}.about-home-section>p{text-align:center;align-items:center;max-width:56rem}.egal-img:hover{animation:.5s ease-in-out forwards hover-img}@keyframes hover-img{0%{transform:scale(1)}to{transform:scale(1.1)}}.about-home-section>h2{font-weight:600;font-size:1.5rem;line-height:2rem;margin-top:1rem}.about-home-section>p{color:#4b5563;font-size:1.25rem;line-height:1.75rem;margin-top:.5rem}.navbar{display:flex;justify-content:center;align-items:center;gap:.6rem;margin-top:1.5rem}.link{color:#111827;text-decoration:none;padding:.5rem 1rem;font-weight:500;font-size:1.1rem}.link:hover{opacity:.7}.link.home.dark-nav{color:#fff}.link.home.active{border-bottom:2px solid rgb(59 130 246)}.link.about.dark-nav{color:#fff}.link.about.active,.link.work.active{border-bottom:2px solid rgb(59 130 246)}.link.work.dark-nav{color:#fff}.skills-section{margin-top:64px}.skills-section>h2{font-weight:600;font-size:1.5rem;line-height:2rem;margin-top:1rem}.languages{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media (min-width: 768px){.languages{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}}.lang-button{text-align:center;padding:1rem;border:none;background-color:#fff;width:100%;border-radius:.5rem;cursor:pointer;font-size:.975rem}.lang-button.btn-border{border:2px solid rgb(59 130 246)}.lang-button.lang-dark-btn{background-color:#1f2937;color:#fff}.lang-button.lang-dark-btn:hover{animation:.5s ease-in forwards dark-bton}p.text-description{color:#4b5563;font-size:.875rem;line-height:1.25rem;margin-top:.5rem}.text-description.drk-mode{color:#d1d5db}.lang-button:hover{animation:.5s ease-in forwards fade-btn}.get-in-touch-section{margin-top:64px}.get-in-touch-section>h2{font-weight:600;font-size:1.5rem;line-height:2rem;margin-top:1rem}.profile-links,.profile-links-dark{display:flex;justify-content:center;margin-bottom:2rem}.profile-links>a{color:#4b5563;cursor:pointer}.profile-links-dark>a{color:#d1d5db}.profile-links-dark>a:hover{color:#fff}.profile-links>a:hover{color:#111827}.linkedin,.mail,.facebook{margin-left:24px}@keyframes fade-btn{0%{background-color:#fff}to{background-color:#f3f4f6a1}}@keyframes dark-bton{0%{background-color:#1f2937}to{background-color:#111827}}.error-section{display:flex;justify-content:center;align-items:center;margin-left:auto;margin-right:auto;max-width:56rem;margin-top:3rem;text-align:center}.error-section>div{border:2px solid red;border-radius:.75rem;width:35rem;padding:2rem}.about-section{display:flex;justify-content:center;align-items:center;margin-left:auto;margin-right:auto;max-width:56rem;margin-top:8rem;text-align:center}.about-section>div{border:2px solid black;border-radius:.75rem;width:35rem;padding:2rem}.work-section{display:flex;justify-content:center;align-items:center;margin-left:auto;margin-right:auto;max-width:56rem;margin-top:8rem;text-align:center}.work-section>div{border:2px solid black;border-radius:.75rem;width:35rem;padding:2rem}
