#main{width:100vw;height:65vh;background-color:var(--light-secondary-bg-color);display:flex;justify-content:center;align-items:center}#content{width:50vw;display:flex;flex-direction:column}#main #content h1{margin-bottom:2rem}#exp{display:flex;justify-content:space-between;align-items:center}#img-fabrica,#img-btor,#img-compassuol{width:8vw}.logo{display:flex;align-items:center;justify-content:center;height:9vw}.experience_section{width:10vw}h4{color:#696969;font-weight:500;margin-bottom:1.5rem}footer{width:100vw;height:20vh;display:flex;justify-content:center;align-items:center;background-color:#1c1c1c}#main-footer{height:10vh;display:flex;flex-direction:column;justify-content:space-between;align-items:start}#content-footer p{color:var(--light-secondary-text-color)}nav{display:flex;justify-content:space-evenly;align-items:center;position:static;height:10vh;width:100vw}#navigation{display:flex;align-items:center;gap:3rem}h1{font-size:xx-large}#navigation a{font-size:larger}main{display:flex;align-items:center;justify-content:space-evenly;flex-direction:row;color:#000;width:100vw;height:80vh}#textbox,#imgbox{width:25vw;display:flex;align-items:center;justify-content:center}#textbox{align-items:start;flex-direction:column}#textbox h1{margin-bottom:3rem}#role{background:var(--gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}#textbox #about{display:flex;flex-direction:column;gap:.5rem}:root{--light-primary-bg-color: white;--light-secondary-bg-color: #FAFAFF;--gradient: linear-gradient(135deg, #8BC6EC 0%, #9599E2 100%);--light-primary-text-color: black;--light-secondary-text-color: dimgrey;--light-footer-color: #1C1C1C }*{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;margin:0;padding:0;box-sizing:border-box;overflow-x:hidden}body::-webkit-scrollbar{width:.5rem}body::-webkit-scrollbar-track{background:none}body::-webkit-scrollbar-thumb{background-color:#0003}a{font-weight:500;text-decoration:none;outline:none;cursor:pointer}p{font-weight:400}
