@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--primary-green: #1A4D2E;--accent-orange: #FF9F1C;--text-dark: #1F2937;--text-light: #4B5563;--bg-light: #F9FAFB;--white: #ffffff}*{margin:0;padding:0;box-sizing:border-box;font-family:Outfit,sans-serif}body{background-color:var(--white);color:var(--text-dark);overflow-x:hidden}button{cursor:pointer;border:none;outline:none;font-family:inherit}a{text-decoration:none;color:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--primary-green);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#143d23}@media screen and (max-width:900px){#home{flex-direction:column;padding-top:100px!important;text-align:center}#home>div:first-child{padding-right:0!important;margin-bottom:50px}#home h1{font-size:42px!important}#home p{margin:0 auto 40px;padding:0 20px}#home>div:last-child{width:100%;transform:scale(.9)}#home>div:first-child>div:last-child{justify-content:center}#about>div{grid-template-columns:1fr!important;gap:50px!important}#about>div>div:first-child{order:1}#about>div>div:last-child{text-align:center;order:2}#about>div>div:last-child>div{justify-content:center}#about button{margin:0 auto}#contact>div>div{grid-template-columns:1fr!important;gap:40px!important}form{grid-template-columns:1fr!important}form>div{grid-column:span 1!important}}@media screen and (max-width:600px){h2{font-size:32px!important}#home>div:last-child>div:nth-child(3){width:320px!important;height:400px!important}#home>div:last-child>div:nth-child(4){top:60px!important;right:0!important}#home>div:last-child>div:nth-child(5){bottom:40px!important;left:0!important}#projects>div>div:last-child{grid-template-columns:1fr!important}}.about-orbit-circle{width:450px;height:450px}.about-profile-image{width:380px;height:380px}@media screen and (max-width:600px){.about-orbit-circle{width:min(300px,75vw)!important;height:min(300px,75vw)!important}.about-profile-image{width:min(240px,60vw)!important;height:min(240px,60vw)!important}}
