:root{--main-bg-color:#f9f5f5;--navbar-height:5rem;min-width:400px}body{background-color:#f9f5f5;background-color:var(--main-bg-color);font-family:Roboto,sans-serif;margin:0;width:100%}.MuiLink-root:hover{color:#2649a1}.hero{min-height:calc(100vh - var(--navbar-height))}.hero,.hero header{align-items:center;display:flex;justify-content:center}.hero header{box-sizing:border-box;flex-direction:column;margin-bottom:var(--navbar-height);padding:5rem 7rem;position:relative}@media screen and (max-width:650px){.hero header{padding:2.5rem 4rem}}.hero header:before{background-image:url(/static/media/electric_circuit.d5ef182e9d9dfa590dba.svg);background-size:cover;border-radius:4rem;bottom:0;content:"";left:0;opacity:.15;position:absolute;right:0;top:0;z-index:-1}.hero .links{display:flex;gap:1rem}.navbar{background-color:var(--main-bg-color);display:flex;height:var(--navbar-height);justify-content:flex-end;min-width:400px;position:fixed;width:100%;z-index:1}.navbar .link{font-weight:500;margin-right:1.75rem;text-decoration:none}.navbar.contrasted{box-shadow:0 0 5px #d3d1d1}.link.up-arrow{position:relative;top:.1rem}.arrow-icon{width:3rem}.link.up-arrow.return{color:#cdc7c7}.section{min-height:calc(100vh - var(--navbar-height));padding-left:2rem;padding-right:2rem;padding-top:var(--navbar-height)}.section .header{margin:3rem 0 4rem}.projects .cards{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,325px);grid-template-rows:auto;justify-content:center}.about-me .paper{max-width:40%}@media (max-aspect-ratio:5/4){.about-me .paper{max-width:75%}}footer{margin-top:2rem;padding:3rem 0}footer h6{display:flex;justify-content:center}footer .heart:hover{color:red}
/*# sourceMappingURL=main.0c432e85.css.map*/