@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap";:root{--dark-background: #151515;--select-background: #222222;--content-text: #A3A3A3;--title-text: #E5E5E5;--purple-text: #9e84ec}html{background-color:var(--dark-background);font-family:Roboto,sans-serif;height:100%;min-height:100%}body{display:flex;flex-direction:column;margin:0 auto;max-width:48rem;min-height:100%;padding:1rem}*{box-sizing:border-box}.nav-link{display:flex;flex-direction:row;gap:1rem;padding:1rem;margin-top:1rem;width:100%}.nav-link a{display:block;text-align:center;font-size:1rem;font-weight:400;text-decoration:none;color:var(--title-text);cursor:pointer;padding:6px 12px;border-radius:8px;transition:all .2s ease-in-out}.nav-link a:hover{background-color:var(--select-background)}.about-title{font-size:2.25rem;font-weight:700;color:var(--title-text)}main{width:100%;display:flex;flex-direction:column;margin:1rem}.about-section{display:flex;flex-direction:row;line-height:2rem;padding:1rem;width:100%;gap:1.25rem;align-items:flex-start}.about-text{display:flex;flex-direction:column;line-height:2.25rem;flex:1 1 0;min-width:0}.about-paragraph{font-size:1rem;font-weight:400;color:var(--content-text);text-align:left;margin:0}.about-paragraph span{color:var(--purple-text)}.about-img{padding-top:3rem;max-width:100%}.my-photo{border-radius:50%;width:clamp(120px,28vw,220px);height:auto;max-width:100%;object-fit:cover}.blog{display:flex;justify-content:center;flex-direction:column;width:100%;padding:0 2rem}.title-posts{font-size:2rem;font-weight:700;color:var(--title-text)}ul{list-style:none;padding:0;margin:0}.blog-posts{padding:1rem;margin-bottom:1rem;text-align:left;line-height:normal;border-radius:8px;transition:all .2s ease-in-out}.blog-posts h3{margin:1rem 0}.blog-posts a{text-decoration:none;color:var(--purple-text);font-weight:500}.blog-posts p{color:var(--content-text);font-weight:400;text-align:left;line-height:1.8rem;margin:0}.blog-posts span{color:var(--title-text);font-weight:500}.blog-posts:hover{background-color:var(--select-background)}.markdown-header{margin:2rem;border-bottom:1px solid hsla(0,0%,100%,.233);line-height:2rem}.markdown-header h1{font-size:2rem;font-weight:700;color:var(--title-text)}.markdown-header span{color:var(--content-text)}.markdown-header p{margin-bottom:2rem;font-weight:400;color:var(--content-text)}.content-section{margin:0 2rem 2rem;line-height:2.25rem;text-align:start}.content-section h2{font-weight:600;font-size:1.5rem;color:var(--title-text);margin:2rem 0}.content-section strong,.content-section a{color:var(--purple-text)}.content-section p{color:var(--content-text);font-weight:400}.content-section ul{list-style:disc;color:var(--purple-text);padding:1.5rem}.content-section pre{border-radius:8px;margin:2rem 0}.content-section code{display:block;padding:0 24px;width:fit-content;min-width:100%;line-height:25px;font-size:15px;margin:2rem 0}img{display:block;margin:0 auto;max-width:100%;height:auto;border-radius:8px}.about-me{display:flex;flex-direction:column;margin:0 2rem;line-height:2.25rem}.about-me span{font-weight:700;color:var(--purple-text)}.about-me h1{font-size:2rem;font-weight:700;color:var(--title-text)}.about-me p{font-size:1rem;font-weight:400;color:var(--content-text);text-align:left;margin:0}.job-card{display:flex;flex-direction:column;margin:1rem 0}.header-job{display:flex;justify-content:space-between;align-items:center}.header-job h2{font-weight:500;color:var(--purple-text)}.header-job p,.job-card h3{font-weight:500;color:var(--title-text)}.job-card ul{font-weight:400;color:var(--content-text);list-style:disc;padding:0 1.5rem}footer{margin-top:auto;margin-right:2rem;margin-left:2rem;display:flex;justify-content:space-between;align-items:center}.info-footer p{font-weight:300;color:var(--title-text)}.icons-footer{display:flex;flex-direction:row;gap:.8rem}svg{fill:var(--title-text);transition:all .2s ease-in-out}svg:hover{fill:var(--purple-text)}@media screen and (max-width:768px){.nav-link{display:flex;justify-content:center;padding:.5rem}main{margin:0}.about-section{display:flex;flex-direction:column-reverse;padding:1rem;gap:1rem;align-items:center}.about-title{line-height:2.5rem}.about-text{display:flex;justify-content:center;width:100%;text-align:center;line-height:2rem}.about-img{display:flex;justify-content:center;width:100%;max-width:100%;margin:1rem 0}.my-photo{width:clamp(120px,50vw,200px)}.about-paragraph{text-align:center}.projects,.blog{margin:2rem 0;width:100%}.header-job{display:flex;flex-direction:column;gap:1rem}}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}
