html{scroll-behavior:smooth}body{overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:rgba(155,155,155,.5);border-radius:20px}::-webkit-scrollbar-thumb:hover{background-color:rgba(155,155,155,.8)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.card-animation{animation:fadeIn .5s ease-in-out}.typewriter-cursor{display:inline-block;width:2px;height:1em;background-color:currentColor;margin-left:2px;animation:blink .7s infinite}@keyframes blink{50%{opacity:0}}