*{box-sizing:border-box;font-family:Montserrat,sans-serif;color:#cfcfcf;font-weight:300;margin:0;padding:0}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}body{background:#001527;background-size:400% 400%;animation:gradientShift 15s ease infinite;background-size:300% 300%;padding:1em;cursor:none;transition:background .5s ease;scroll-behavior:smooth}@keyframes gradientAnimation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3em}h2,h3,h4{margin-top:2em;font-size:1.2rem;margin-bottom:.5em;font-weight:500}p{color:#cfcfcf;line-height:1.6;margin-bottom:1em}a{text-decoration:none;color:#00e322;transition:color .3s ease;cursor:none!important}a:hover{color:#0f0}a:active{color:#00ff26}button{border:none;outline:none;background-color:#47ec00;color:#000;font-weight:600;padding:0 1.5em;height:2.5em;font-size:.95rem;border-radius:2em;display:inline-flex;align-items:center;justify-content:center;transition:background-color .3s,transform .2s;cursor:none!important}.right-half-container{position:fixed;top:0;right:0;width:50vw;height:100vh;display:flex;flex-direction:column;align-items:flex-start;padding:2em;overflow-y:auto;background:rgba(20,22,22,.8);scrollbar-width:thin;scrollbar-color:#00e322 transparent}.right-half-container::-webkit-scrollbar{width:8px}.right-half-container::-webkit-scrollbar-track{background:transparent}.right-half-container::-webkit-scrollbar-thumb{background-color:#00e322;border-radius:4px}.experienceSection{margin-bottom:3em}.pageContent{margin-top:3em}.textContainer{margin-top:1em}.itemName{font-size:1.2rem;color:#00e322;margin-bottom:.5em}.itemText{font-size:1rem;color:#cfcfcf;line-height:1.5;margin-bottom:1em}.buttonsContainer{display:flex;gap:1em}.imageLeft,.projectGif{width:100%;max-height:200px;object-fit:cover;border-radius:8px;margin-bottom:1em}.customCursor{position:fixed;top:0;left:0;width:25px;height:25px;border:2px solid #fff;border-radius:50%;pointer-events:none;display:flex;align-items:center;justify-content:center;transform:translate(-50%,-50%) scale(1);transition:transform .2s ease,border-color .2s ease;z-index:9999}.customCursor .cursorDot{width:4px;height:4px;background-color:#fff;border-radius:50%;transition:background-color .2s ease}.customCursor.active{transform:translate(-50%,-50%) scale(1.5);border-color:#ff5722}.customCursor.active .cursorDot{background-color:#ff5722}.links a:hover{color:#0f3}.links a:hover img{filter:hue-rotate(260deg) brightness(1.2);transition:filter .3s ease}a,button{cursor:none!important}