html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.rect-logo{background-color:#000;border:2px solid #0f6;border-radius:12px;box-shadow:0 0 10px #0f6;display:inline-block;padding:8px 18px}.typewriter{animation:typing 2.5s steps(15),blink .75s step-end infinite;border-right:2px solid #0f6;color:#0f6;display:inline-block;font-family:Courier New,monospace;font-size:1.2rem;font-weight:700;overflow:hidden;text-shadow:0 0 5px #0f6,0 0 10px #0f6;white-space:nowrap}@keyframes typing{0%{width:0}to{width:13ch}}@keyframes blink{0%,to{border-color:#0000}50%{border-color:#0f6}}.App_container__TXEoH{box-sizing:border-box;font-family:Arial,sans-serif;padding:20px 40px;width:100%}section{margin-bottom:60px;padding:40px 0}h1{color:#333;font-size:2.5rem;margin-bottom:20px}h2{border-bottom:2px solid #ddd;color:#444;font-size:1.8rem;margin-bottom:15px;padding-bottom:5px}.projects-section{padding:2rem;text-align:center}.projects-section h2{font-size:2rem;margin-bottom:1.5rem}.projects-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-items:center}.project-card{background-color:#b8d2c2;border-radius:12px;box-shadow:0 8px 16px #0000001a;display:flex;flex-direction:column;justify-content:space-between;max-width:360px;padding:1.5rem;transition:transform .3s ease;width:100%}.project-card:hover{transform:scale(1.05)}.project-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.project-description{font-size:.95rem;margin-bottom:1rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1rem}.project-tech span{background-color:#f1f1f1;border-radius:6px;font-size:.85rem;padding:.3rem .6rem}.github-link{align-items:center;color:#010b15;display:inline-flex;font-weight:500;gap:.3rem;text-decoration:none;transition:color .3s}.github-link:hover{color:#004080}#heading{font-family:Orbitron,sans-serif;font-size:2.5rem;font-weight:700;margin-bottom:10px}.project-card{opacity:0;transform:translateY(40px) scale(.95);transition:all .3s ease-out}.project-card-visible{opacity:1;transform:translateY(0) scale(1)}
/*# sourceMappingURL=main.3d5c7362.css.map*/