*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;background-color:#f4f4f4;color:#333;line-height:1.6}a{text-decoration:none;color:inherit}a:hover{text-decoration:underline}.container{max-width:1280px;margin:0 auto;padding:2rem;display:flex;flex-direction:column;align-items:center}.hero{display:flex;align-items:center;justify-content:center;text-align:left;padding:80px 20px 0;background-color:#000;color:#fff;width:100%;height:650px;gap:50px}.hero-image img{padding-top:85px;padding-bottom:0;width:280px;height:auto;border-radius:5px}.hero-text{max-width:600px}.hero-text h1{font-size:2rem;font-weight:700;font-family:Major Mono Display,cursive}.hero-text p{font-size:1rem;margin-top:1rem;color:#ccc;font-family:Arial,sans-serif}.typing{width:0;overflow:hidden;white-space:nowrap;border-right:2px solid #000;animation:typing 3s steps(23,end) forwards,blink .7s step-end infinite}@keyframes typing{0%{width:0}to{width:23ch}}@keyframes blink{0%,to{border-color:transparent}50%{border-color:#fff}}.about{padding:40px 20px;text-align:center;display:flex;flex-direction:column;align-items:center}.about h2{font-size:2rem;font-weight:700}.about p{color:#555;font-size:1.1rem;max-width:800px;margin:10px auto}.projects{padding:40px 20px;text-align:center;background-color:#f8f8f8;display:flex;flex-direction:column;align-items:center}.projects h2{font-size:2rem;font-weight:700;margin-bottom:20px}.projects a{font-weight:700;text-decoration:underline}.project-list{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;max-width:1000px}.project-card{background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin:10px;max-width:450px;text-align:center;display:flex;flex-direction:column;align-items:center}.project-card h3{font-size:1.4rem;color:#616161}.project-card p{color:#666}.project-image{width:100%;max-width:460px;height:auto;border-radius:8px;margin-bottom:10px}.contact{padding:40px 20px;text-align:center;display:flex;flex-direction:column;align-items:center}.contact h2{font-size:2rem;font-weight:700;margin-bottom:10px}.contact p{font-size:1.1rem;color:#444}.contact a{color:#007bff;text-decoration:none;font-weight:700}.contact a:hover{text-decoration:underline}footer{text-align:center;padding:20px;background-color:#000;color:#fff;font-size:1rem;margin-top:40px;width:100%;height:fit-content}footer p{margin:0;width:100%;text-align:center}.preloader{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000;display:flex;align-items:center;justify-content:center;z-index:9999}.spinner{border:6px solid rgba(255,255,255,.2);border-top:6px solid #fff;border-radius:50%;width:60px;height:60px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.hero{flex-direction:column;text-align:center;height:fit-content}.hero-text h1{font-size:2rem}.hero-image img{width:200px}.hero p,.about p,.contact p{font-size:1rem}.project-list{flex-direction:column;align-items:center}.project-card{max-width:90%}.footer{text-align:center;font-size:.9rem;padding:15px;width:100%}}.navbar{background-color:#000;color:#fff;position:fixed;width:100%;top:0;left:0;z-index:999;border-bottom:.5px solid white}.nav-container{max-width:1280px;margin:0 auto;padding:0 1rem;height:50px;display:flex;align-items:center;justify-content:space-between}.nav-desktop{display:flex;align-items:center;justify-content:center;flex:1;height:100%}.logo{display:flex;justify-content:center;align-items:center;border-bottom:.5px solid white}.logo img{height:50px;width:auto}.nav-desktop a{color:#fff;text-decoration:none;padding:0 1rem;font-weight:500;flex:1;text-align:center}.nav-desktop a:hover{text-decoration:underline}.divider{width:.5px;height:100%;background-color:#fff}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer}.hamburger span{width:25px;height:3px;background-color:#fff;border-radius:2px}.mobile-menu{position:absolute;top:60px;left:0;right:0;background-color:#000;display:flex;flex-direction:column;align-items:center;border-top:2px solid white}.mobile-menu a{padding:1rem;color:#fff;text-decoration:none;border-bottom:1px solid white;width:100%;text-align:center}@media (max-width: 768px){.nav-desktop{display:none}.hamburger{display:flex}}
