body{scroll-behavior:smooth;}#waveCanvas{z-index:0;}.glitch-effect{position:relative;display:inline-block;}.glitch-effect::before{content:attr(data-text);position:absolute;top:0px;left:0px;width:100%;height:100%;}.glitch-effect::after{content:attr(data-text);position:absolute;top:0px;left:0px;width:100%;height:100%;}.glitch-effect::before{animation-duration:0.3s;animation-timing-function:ease;animation-delay:0s;animation-iteration-count:infinite;animation-direction:normal;animation-fill-mode:none;animation-play-state:running;animation-name:glitch;animation-timeline:auto;animation-range-start:normal;animation-range-end:normal;clip-path:polygon(0px 0px, 100% 0px, 100% 45%, 0px 45%);color:rgb(255, 0, 193);}.glitch-effect::after{animation-duration:0.3s;animation-timing-function:ease;animation-delay:0s;animation-iteration-count:infinite;animation-direction:reverse;animation-fill-mode:none;animation-play-state:running;animation-name:glitch;animation-timeline:auto;animation-range-start:normal;animation-range-end:normal;clip-path:polygon(0px 55%, 100% 55%, 100% 100%, 0px 100%);color:rgb(0, 255, 249);}@keyframes glitch{0%{transform:translate(0px);}20%{transform:translate(-3px, 3px);}40%{transform:translate(-3px, -3px);}60%{transform:translate(3px, 3px);}80%{transform:translate(3px, -3px);}100%{transform:translate(0px);}}@media (max-width: 768px){.glitch-effect{font-size:2rem;}#home{height:auto;min-height:100vh;padding-top:100px;padding-right:0px;padding-bottom:100px;padding-left:0px;}}