@import"https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap";body{margin:0;font-family:Orbitron,sans-serif}html,body{height:100%;margin:0}.App{display:flex;flex-direction:column;min-height:100vh}.content{flex:1}html.dark{background-color:#000;color:#fff;transition:background-color .3s ease,color .3s ease}html.light{background-color:#fff;color:#000;transition:background-color .3s ease,color .3s ease}html.dark .footer,html.dark #footer-nav h1{background-color:#000;color:#fff}html.light .footer,html.light #footer-nav h1{background-color:#fff;color:#000}html.dark .footer li a{color:#fff}html.dark .footer li a:hover,html.light .footer li a:hover{color:red;padding:8px 24px}html.light .footer li a{color:#000}.about-link{text-decoration:underline;color:#000;padding:4px 8px;transition:color .3s ease,text-decoration .3s ease,padding .3s ease}.about-link:hover{color:red;padding:8px 24px}html.dark .about-link{color:#fff}html.dark .about-link:hover,html.light .about-link:hover{color:red;text-decoration:underline;padding:8px 24px}.right-group a,.home a{text-decoration:none;color:#000;padding:4px 8px;border-radius:16px;transition:background-color .3s ease,color .3s ease,padding .3s ease}.right-group a h1:hover,.home a h1:hover{background-color:#d3d3d3;color:red;padding:8px 24px}.toggle img{text-decoration:none;padding:4px;width:30px;height:30px;transition:background-color .3s ease}.toggle img:hover{background:#d3d3d3;border-radius:16px}.footer{display:flex;flex-direction:column;justify-content:space-around;align-items:center;margin-top:auto;width:100%;height:80px;color:#d3d3d3;background:#fff;position:relative}.footer-line{position:absolute;top:0;left:50%;transform:translate(-50%);width:50%;border-top:1px solid lightgray}.footer-nav{display:flex;flex-direction:column;align-items:center;margin-bottom:25px}.footer-title{color:inherit;margin:8px 0 24px;font-size:1.5rem}.footer-links{list-style:none;display:flex;flex-direction:row;gap:24px;padding:0;margin:0;font-size:1.2rem}.footer li a{text-decoration:none;color:#000;padding:4px 8px;border-radius:16px;transition:background-color .3s ease;margin-bottom:16px}.footer li a:hover{color:red;padding:8px 24px;background-color:#d3d3d3}.projects-container{display:flex;flex-direction:row;gap:15px;justify-content:space-between;align-items:flex-start;padding:20px;flex-wrap:wrap}.project-image{width:45%;max-width:500px;height:auto;margin-bottom:20px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.project-image img{width:100%;height:auto;border-radius:8px}.animated-line{opacity:0;transform:translateY(-30px);animation:fadeInDown .6s forwards}@keyframes fadeInDown{to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.header{justify-content:space-between;padding:10px 15px!important;height:70px!important;margin-bottom:20px!important}.footer{padding:20px 10px!important;text-align:center;height:auto!important;min-height:100px!important}.footer-nav{flex-direction:column;gap:15px;font-size:1.1rem}.footer li a{padding:8px 16px!important;font-size:1.1rem!important;min-height:44px!important;display:flex!important;align-items:center!important;justify-content:center!important}.projects-container{flex-direction:column;gap:20px}.right-group{display:none!important}.hamburger{display:flex!important;padding:10px!important;min-width:44px;min-height:44px;margin-left:auto;margin-right:25px!important}.home{margin-left:15px!important}.home h1{font-size:18px!important}.header .toggle img,.right-group .toggle img{width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;max-width:20px!important;max-height:20px!important;padding:6px!important;box-sizing:border-box!important}.project-image,.projects-container img,.about-image-container img:not(.toggle img),article img:not(.toggle img){width:90%!important;max-width:400px!important;height:auto!important}button,a,input,textarea{min-height:44px!important;min-width:44px!important}.about-image-container{flex-direction:column!important;align-items:center!important;margin-left:0!important;margin-top:100px!important;padding:20px 15px!important;text-align:center!important}.about-image-container img{width:120px!important;height:120px!important;margin:0 auto 20px!important}article{margin-top:100px!important;text-align:center!important;font-size:1rem!important;padding:0 15px!important}h1{font-size:1.8rem!important}h2{font-size:1.4rem!important}.contact-container{width:90%!important;max-width:400px!important;margin:100px auto 20px!important}.container{padding:20px 15px!important;margin:20px auto!important;max-width:95%!important}.known-languages{margin:20px 15px!important;text-align:center!important}.known-languages ul{width:100%!important;padding:0 15px!important}.Section-Seperator{margin:30px 15px!important;height:2px!important}.project-link{display:block;margin:20px 0;min-height:44px}input,textarea,select{font-size:16px}body{margin:0;padding:0}}@media (max-width: 480px){h1{font-size:1.5rem}h2{font-size:1.2rem}.container{padding:15px;margin:10px auto}}
